Re: connecting to proxy using SSL

2004-12-14 Thread Ng Pheng Siong
On Tue, Dec 14, 2004 at 10:19:48AM -0500, Justin Miller wrote: > I suppose I might try setting up a web server/proxy on one of my home > machines, and trying it that way. Then I'd have direct access to the > proxy itself... something I could control. This is how CONNECT works: - Stunnel (in your

Re: connecting to proxy using SSL

2004-12-13 Thread Ng Pheng Siong
On Mon, Dec 13, 2004 at 08:40:25AM -0500, Justin Miller wrote: > Could one get the error messages I displayed if the proxy I'm trying > to use doesn't support SSL (the connect method)? I suppose you can "telnet your-proxy port-whatever" then type "CONNECT ..." by hand to see if your proxy supports

Re: connecting to proxy using SSL

2004-12-13 Thread Justin Miller
The error messages I posted in my first message were from the 'openssl s_client' command. I suppose I might try setting up a web server/proxy on one of my home machines, and trying it that way. Then I'd have direct access to the proxy itself... something I could control. On Tue, 14 Dec 2004 10:2

Re: connecting to proxy using SSL

2004-12-13 Thread Justin Miller
I am indeed using the savardd patch (actually an update of the sweeheng patch - your first link). Could one get the error messages I displayed if the proxy I'm trying to use doesn't support SSL (the connect method)? -J On Sun, 12 Dec 2004 15:50:00 +0800, Ng Pheng Siong <[EMAIL PROTECTED]> wrote:

Re: connecting to proxy using SSL

2004-12-11 Thread Ng Pheng Siong
On Sun, Dec 12, 2004 at 02:32:28AM -0500, Justin Miller wrote: > What I'm trying to do is use stunnel to connect to an HTTPS proxy with > gaim (which doesn't have native https support). First two google hits for "stunnel proxy": http://www.stunnel.org/patches/desc/proxy_sweeheng.html http

Re: connecting to proxy using SSL

2004-12-11 Thread Justin Miller
What I'm trying to do is use stunnel to connect to an HTTPS proxy with gaim (which doesn't have native https support). Justin On Sun, 12 Dec 2004 11:05:40 +0800, Ng Pheng Siong <[EMAIL PROTECTED]> wrote: > On Sat, Dec 11, 2004 at 09:31:18PM -0500, Justin Miller wrote: > > Please, this has been dr

Re: connecting to proxy using SSL

2004-12-11 Thread Ng Pheng Siong
On Sat, Dec 11, 2004 at 09:31:18PM -0500, Justin Miller wrote: > Please, this has been driving me crazy. What's the deal here? What > could this be indicitive of? Suppose you do get a successful SSL connection between your two ends. What do you expect to do next? Talk HTTP over said SSL connection

connecting to proxy using SSL

2004-12-11 Thread Justin Miller
I'm trying to connect to a proxy server using openssl for debugging, here is the output of the command 'openssl s_client -key etc/stunnel/stunnel.pem -state -msg -bugs -debug -connect 208.31.142.11:80' - CONNECTED(0003) SSL_connect:before