Changeset 6687 for branches/1.8/gui


Ignore:
Timestamp:
Dec 21, 2017, 9:55:32 AM (7 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/gui/scripts/bugreport.tcl

    r6171 r6687  
    493493    package require http
    494494    package require tls
    495     http::register https 443 [list ::tls::socket -tls1 1]
     495    http::register https 443 [list ::tls::socket -tls1 0 -ssl2 0 -ssl3 0]
     496
    496497
    497498    set report $details(stackTrace)
Note: See TracChangeset for help on using the changeset viewer.