Ignore:
Timestamp:
Dec 20, 2017 1:53:42 PM (6 years ago)
Author:
clarksm
Message:

Upgrading to tls1.1 and tls1.2 protocols for https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/scripts/task.tcl

    r6664 r6684  
    113113    package require http
    114114    package require tls
    115     http::register https 443 [list ::tls::socket -tls1 1]
     115    http::register https 443 [list ::tls::socket -tls1 0 -ssl2 0 -ssl3 0]
    116116
    117117    eval configure $args
Note: See TracChangeset for help on using the changeset viewer.