Post Reply 
ProxHTTPSProxy, a Proxomitron SSL Helper Program
Jun. 06, 2010, 02:25 PM
Post: #103
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Jun. 06, 2010 08:10 AM)whenever Wrote:  
(Jun. 06, 2010 04:44 AM)JJoe Wrote:  Since relative links don't inherit the query string, I'd guess prefix.

Doesn't a proxy server always get absolute urls, or am I misunderstanding?

Consider bugzilla's, https://bugzilla.mozilla.org/ , html:

Code:
<link href="skins/standard/global.css"
            rel="stylesheet"
            type="text/css">

The browser creates https://bugzilla.mozilla.org/skins/custom/global.css from the relative link "skins/standard/global.css" and the base address.

A ProxHTTPSProxy 307 with query string tag would create an base address like http://bugzilla.mozilla.org:443/?=gotcha. The browser would then create http://bugzilla.mozilla.org:443/skins/custom/global.css. Query string tagging ProxHTTPSProxy would mistakenly pass this 'global.css' address as plain http over 443. I think.

(Jun. 06, 2010 08:10 AM)whenever Wrote:  
(Jun. 06, 2010 04:44 AM)JJoe Wrote:  ProxHTTPSProxy could keep a list of the odd 307s that it issued.

Try ver 0.4. Smile!

ProxHTTPSProxy now maintains a host:port list in memory for 307s.

(Jun. 06, 2010 04:44 AM)JJoe Wrote:  The user would probably have to add the ones for plain http on 443.

No need. Plain http on 443 won't get into ProxHTTPSProxy's list.

This is probably the better choice. Documentation should be simpler. Easier for the user to understand and configure. List should still be fairly small.

Half_SSL working at all sites tested. Smile!

(Jun. 06, 2010 08:10 AM)whenever Wrote:  
(Jun. 06, 2010 04:44 AM)JJoe Wrote:  I still can't estimate how much work this would be for the python programmer, sorry.

I just added/modified 2 lines. Testing took more time. Wink

A little less than I guessed but you took a simpler path.
Python appears to be (at least) a fairly good prototyping language.

Have fun
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program - JJoe - Jun. 06, 2010 02:25 PM

Forum Jump: