Posted to tcl by MarekStefanka at Mon May 16 10:59:42 GMT 2022view raw
- PROGRAM:
- package require http
- package require tls
- http::register https 443 [list ::tls::socket -require 1 -cafile ./server.pem]
- set tok [http::geturl https://developer.netscape.com/]
-  
- OUTPUT:
- package "Tls" isn't loaded statically
-     while executing
- "load {} Tls"
-     (lambda term "{dir} {
-                 if {{static} eq "static"} {
-                         load {} Tls
-                 } els..." line 3)
-     invoked from within
- "apply {{dir} {
-                 if {{static} eq "static"} {
-                         load {} Tls
-                 } else {
-                         load [file join $dir tcltls.a] Tls
-                 }
-  
-                 set tlsTclInitScript [file join $d..."
-     ("package ifneeded tls 1.7.22" script)
-     invoked from within
- "package require tls"
-     (file "tls.tcl" line 3)