Post Reply 
ProxHTTPSProxy, a Proxomitron SSL Helper Program
Jun. 06, 2010, 03:54 PM
Post: #104
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
Sorry, I am updating again.

The memory list get lost upon program restart, which is inconvenient if we have already half_ssl pages open in browser (they are not in the new memory list and will be fetched via http hence failed).

Version 0.4a adds port443_exceptions and half_ssl_lists sections in config.py and treats below URLs from top to below as half_ssl:

- host:port in memory list (automatically generated under half_ssl mode)
- port is 443 while host not in port443_exceptions section (any mode)
- host:port in half_ssl_lists section (any mode)

(Jun. 06, 2010 02:25 PM)JJoe Wrote:  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.

If I were going to tag the url, I would add the query string to the end of the original url like http://bugzilla.mozilla.org:443/skins/custom/global.css&taggedhere. The http handler would detect the tag string and remove it before make final request.


Attached File(s)
.zip  ProxHTTPSProxy 0.4a.zip (Size: 8.19 KB / Downloads: 587)
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program - whenever - Jun. 06, 2010 03:54 PM

Forum Jump: