Posted to tcl by MarekStefanka at Mon May 16 10:59:42 GMT 2022view raw

  1. PROGRAM:
  2. package require http
  3. package require tls
  4. http::register https 443 [list ::tls::socket -require 1 -cafile ./server.pem]
  5. set tok [http::geturl https://developer.netscape.com/]
  6.  
  7. OUTPUT:
  8. package "Tls" isn't loaded statically
  9. while executing
  10. "load {} Tls"
  11. (lambda term "{dir} {
  12. if {{static} eq "static"} {
  13. load {} Tls
  14. } els..." line 3)
  15. invoked from within
  16. "apply {{dir} {
  17. if {{static} eq "static"} {
  18. load {} Tls
  19. } else {
  20. load [file join $dir tcltls.a] Tls
  21. }
  22.  
  23. set tlsTclInitScript [file join $d..."
  24. ("package ifneeded tls 1.7.22" script)
  25. invoked from within
  26. "package require tls"
  27. (file "tls.tcl" line 3)