> I am using the http package in tcl and I am wondering how I can access HTTPS
> sites?  If I do  ::HTTP::GETURL https.whatever.com it comes back with an error
> that that is not supported.  Is there any way to access a secure web site with
> the http package in tcl?

Mark,

    There is a Tcl SSL package available based on the SSLEAY library,
but I'm not sure how good it is.  From my understanding, it creates
a secure socket command.  It would probably takes some work to get
the secure socket command in the HTTP package.  Unless it's already
been done.

Damon


_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to