tomt
@gmail.com wrote:
> ... I have not been
> able to figure out how to set the debug flag though. Does anyone have
> experience using this package that might be able to help me?
I believe you arelooking for the "-command" option to the [tls::socket] Erik Leunissen.
> Here is the jist of what I'm doing:
> package require http
> package require tls
> ::http::register https 443 [list ::tls::socket -require 1 -cafile ./
> cacert.pem]
> if {![catch {set http [::http::geturl $url -type $type -headers $head -
> query $inData]} error_msg ]} {
> set html [::http::data $http]
> ....
--