Re: [Rabbit-proxy-users] HTTPS
Brought to you by:
ernimril
From: Costa T. <kt...@ho...> - 2004-05-22 23:25:43
|
> Rabbit can proxy https request, but it can not > filter the streams (since that requires cracking the > encryption). Yes, I know. > >Now RabbIT2 logs a CONNECT but the browser gives a DNS error. > >With other proxies, or directly, the URLs tried are working. > > > > > I am not sure I understand what error you get > here. Last time I checked both https proxying and > proxy chaining worked correctly. It would be > easier if you told me more about the setup > you are using. For this test I am just using a RabbIT 2.0.32-pre4 as proxy. Lets say IE6 is trying to fetch: https://digitalid.verisign.com/ When IE6 is attempting to load this, I see in RabbIT2 logs: X.X.X.X - - 22/May/2004:22:16:02 GMT "CONNECT digitalid.verisign.com:443 HTTP/1.0" 200 - but instead of delivering the page, IE6 just displays: --- The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. ... blah blah... Cannot find server or DNS Error Internet Explorer --- In my config there is: allowSSL=443,444,445 Since you mentioned "my setup", I tested HTTPS with and without a back-end proxy (proxyhost, proxyport). It seems that the problem appears only when RabbIT2 is configured to use another proxy . I verified that if RabbIT2 is standalone HTTPS is working properly. Costa |