Re: Accessing https URL's through a proxy
- From: venkitaswaran@xxxxxxxxx
- Date: 19 Apr 2006 14:02:46 -0700
Pat Thoyts wrote:
venkitaswaran@xxxxxxxxx writes:
I've the following piece of code:
======================================
package require tls
package require https
http::config -proxyhost hostname -proxyport 8080
http::register https 443 [list ::tls::socket]
set tok [http::geturl "https://mail.google.com/mail"]
======================================
I'm getting this error:
SSL channel "sock13": error: unknown protocol
As always googling with site:wiki.tcl.tk will yield the answer. See
the bottom of http://mini.net/tcl/https
Thanks for that link. I did google in general, but somehow missed the
link on the Wiki. I'll try the above mentioned suggestion and report
back.
Thanks for the help
.
- Follow-Ups:
- Re: Accessing https URL's through a proxy
- From: venkitaswaran
- Re: Accessing https URL's through a proxy
- References:
- Accessing https URL's through a proxy
- From: venkitaswaran
- Re: Accessing https URL's through a proxy
- From: Pat Thoyts
- Accessing https URL's through a proxy
- Prev by Date: Re: gets, fconfigure question
- Next by Date: [Tk] Double, Triple, Quadruple, <i><d><d><q><d>
- Previous by thread: Re: Accessing https URL's through a proxy
- Next by thread: Re: Accessing https URL's through a proxy
- Index(es):
Relevant Pages
|
|