Post Reply 
ProxHTTPSProxy, a Proxomitron SSL Helper Program
May. 20, 2010, 01:59 AM
Post: #7
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(May. 19, 2010 08:01 PM)JJoe Wrote:  It doesn't work for me. Yet...

From you log I didn't see following http request, it seems ProxHTTPSProxy failed to issue the 307 response.

What did you see in ProxHTTPSProxy's log window? It might be because the SSL tunnel failed to establish.

(May. 19, 2010 08:01 PM)JJoe Wrote:  I downloaded and installed Python 2.6.5. 32bit and ProxHTTPSProxy on Win7 64bit

I don't have a 64bit machine to test. Could you please test with the 64bit Python 2.6.5?

(May. 19, 2010 08:01 PM)JJoe Wrote:  I'm also wondering about the HTTP/1.0?
If you mean the "Connection established" message ProxHTTPSProxy issued back, the HTTP/1.0 doesn't matter. It just tells the client it is ready to establish the SSL tunnel and only from there, all traffic is encrypted with SSL.

(May. 19, 2010 08:01 PM)JJoe Wrote:  Is the port number removed from the url that is passed? Proxo may treat 443 as https.

No. You can see the port is there when the browser and Proxo pass through the message:

Code:
CONNECT https://ssl.scroogle.org:443/ HTTP/1.0

ProxHTTPSProxy will pass this port to the http request in case some HTTPS server is not using the regular 443 port.

(May. 19, 2010 08:01 PM)JJoe Wrote:  If the https urls were 'tagged', like Proxo's https.., you wouldn't need to keep a list.

I didn't get your point. ProxHTTPSProxy doesn't keep a list.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program - whenever - May. 20, 2010 01:59 AM

Forum Jump: