Post Reply 
Google Secure (httpS) sites unreachable through Proxo
Feb. 29, 2012, 01:58 PM
Post: #13
RE: Google Secure (httpS) sites unreachable through Proxo
(Feb. 29, 2012 05:02 AM)JJoe Wrote:  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

Sorry, that was only the beginning of the url string, to make it short ... that's why I put it between double quotes. It was just an example.

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

There are 2 versions in my config:
Code:
In = TRUE
Out = FALSE
Key = "Location: 4 Half-SSL     06.11.02 (cch!) [jjoe] (d.2) (In)"
URL = "$TST(keyword=(^*.a_cont_loc.)*.i_ssl_h:[12].*)"
Match = "https://\1"
Replace = "http://https-px-.\1"
and a more recent one:
Code:
In = FALSE
Out = FALSE
Key = "Location: 5 Half-SSL     09.04.10 (cch!) [jjoe] (d.2) (In)"
URL = "$TST(keyword=(^*.a_cont_loc.)*.i_ssl_h:[12].*)"
Match = "https://(\1\?$SET(#=?)(\#\=https%3a%2f%2f$SET(#==http%3A%2F%2Fhttps-px-.))+\#|\1)"
Replace = "http://https-px-.\1\@"

Which one should we use ?

As for Chrome, now are just left unaccessible Google https sites. All other https sites are reachable through the override button "Proceed anyway" now displayed after re-importing Proxo's certificate in Windows cabinet.

I created a bookmark for Goo Search (working ok) : http://https-px-.encrypted.google.com/we...=1&num=100

-----------------------

On any browser:

GMail = http://https-px-.mail.google.com redirects to http://https-px-.accounts.google.com/Ser...mplcache=2
(login) -> error 404 -> sign-in link -> http://https-px-.accounts.google.com/Login -> dead end = http://https-px-.www.google.com/settings.../settings/ with this message : "You are using an old browser version which Google accounts no longer supports. Some features may not work correctly. Please upgrade to a modern browser, such as Google Chrome."

To reach my inbox, I then have to :

1) type in my GMail account litterally like this "http://https-px-.mail.google.com/mail/h/XXXXXXXXXXXXX/?zy=e&f=1&shva=1" (XXX = my GMail account reference) as obtained elsewhere when I succeded connecting to my Inbox.
Alternative:
2) Email Adrdresses -> Edit -> button "GMail" --> here I land into Inbox !

Quite tortuous.

Bookmark : http://https-px-.www.google.com/accounts...l%26zy%3Dl
takes me directly to a valid login screen which opens directly my Inbox.

Am I the only one to have these troubles with Google https, or don't people filter https through Proxo ?
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Google Secure (httpS) sites unreachable through Proxo - fpout - Feb. 29, 2012 01:58 PM

Forum Jump: