Ignore:
Timestamp:
Dec 21, 2017 9:55:32 AM (6 years ago)
Author:
clarksm
Message:

Upgrade TLS protocol with merge from trunk 6684

Location:
branches/1.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.8

    • Property svn:mergeinfo changed
      /trunkmerged: 6684
  • branches/1.8/lang/tcl/scripts/task.tcl

    r6664 r6687  
    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.