Post Reply 
Google Secure (httpS) sites unreachable through Proxo
Feb. 29, 2012, 05:02 AM
Post: #7
RE: Google Secure (httpS) sites unreachable through Proxo
(Feb. 29, 2012 12:25 AM)fpout Wrote:  Anyhow, at this step, we aren't supposed to have the "This Connection is Untrusted" popping up, but the GMail login screen, as I am entering this string in the urlbar: "http://https-px-.www.google.com/accounts/ServiceLogin?service=mail&passive=true ..."

Is the header filter "Location: 4 Half-SSL 06.11.02 (cch!) [jjoe] (d.2) (In)" enabled?

When I try that address, google's server returns a 302 response with a Location header that redirects the browser to https://accounts.google.com/ServiceLogin?service=mail&passive=true. "Location: 4 Half-SSL 06.11.02 (cch!) [jjoe] (d.2) (In)" changes this to http://https-px-.accounts.google.com/ServiceLogin?service=mail&passive=true


(Feb. 29, 2012 12:25 AM)fpout Wrote:  The workaround is to prefix with "http://https-px-." but it's quite boring.
I know the urlbar history will propose it later, but it disappears when doing daily housekeeping.

If somebody has an idea ?

A bookmarklet might help. Something like

Code:
javascript:document.location="http://https-px-.dbug.."+document.location.href.substring(7);

I suspect, more javascript or an autoit script will be needed for Chrome's "Connection is Untrusted" page, however.

Maybe a program to change the name on the Proxomitron cert to satisfy the browser.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Google Secure (httpS) sites unreachable through Proxo - JJoe - Feb. 29, 2012 05:02 AM

Forum Jump: