Changeset 6687 for branches/1.8/lang/tcl/scripts/task.tcl
- Timestamp:
- Dec 21, 2017 9:55:32 AM (6 years ago)
- Location:
- branches/1.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.8
-
branches/1.8/lang/tcl/scripts/task.tcl
r6664 r6687 113 113 package require http 114 114 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] 116 116 117 117 eval configure $args
Note: See TracChangeset
for help on using the changeset viewer.