From 6aa8999b3024dbbf18d9280cdb148f19fe0e94a9 Mon Sep 17 00:00:00 2001 From: weekn1ght <37004073+weekn1ght@users.noreply.github.com> Date: Fri, 2 Mar 2018 22:44:36 +0000 Subject: [PATCH] Fix TLS issues Enable use of TLS v1. where the default is false. --- rss-synd.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss-synd.tcl b/rss-synd.tcl index 1b0befc..44db040 100644 --- a/rss-synd.tcl +++ b/rss-synd.tcl @@ -74,7 +74,7 @@ proc ::rss-synd::init {args} { continue } - ::http::register https 443 ::tls::socket + ::http::register https 443 [ list ::tls::socket -tls1 1 ] } if {(![info exists tmp(url-auth)]) || ($tmp(url-auth) == "")} {