Changeset 6684 for trunk/gui


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/bugreport.tcl

    r6171 r6684  
    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.