Index: scriptlibs/softwareupdate/softwareupdate.tcl ================================================================== --- scriptlibs/softwareupdate/softwareupdate.tcl +++ scriptlibs/softwareupdate/softwareupdate.tcl @@ -4,13 +4,13 @@ #MIT license package provide softwareupdate 1.5 package require http -package require tls -http::register https 443 [list ::tls::socket -tls1 1] ;# "-tls1 1" is required since [POODLE] +::tls::init -tls1 true +::http::register https 443 ::tls::socket namespace eval softwareupdate { if {![info exists library]} { variable library [file dirname [info script]]