Post Reply 
SSL logins not working
Oct. 26, 2012, 06:00 PM
Post: #1
SSL logins not working
Hi,

for some time, I've been working on a set of filters that implement an alternative to Half-SSL by using the URL command px/http://https.. with a Firefox extension called Redirector (which, you probably guessed it, simply redirects any URL starting with https:// to px/http://https..). The advantage of this approach is that there are no browser warnings like "This Connection is Untrusted" - apparently, there are no browser warnings at all. :-)

Everything is working fine - even Google search - but two things: startpage.com and SSL login pages do not work. More precisely, there's no error message but instead of showing the member page, the browser displays the search / login page again. I've spent hours watching Proxomitron's log window and finally noticed that all the green requests are GET requests. Looking at the page source code, for example at secure.diigo.com/sign-in, I can clearly see that login is a form that should be POSTed. But there's no POST in the log window.

None of my filters actually does a $RDIR or $JUMP, only simple substitutions of px/http://https.. with https:, both for the URL and the Referer.

What might I be overlooking?

Regards
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
SSL logins not working - duebel13 - Oct. 26, 2012 06:00 PM
RE: SSL logins not working - ProxRocks - Oct. 27, 2012, 12:46 AM
RE: SSL logins not working - ProxRocks - Oct. 27, 2012, 12:54 AM
RE: SSL logins not working - duebel13 - Oct. 27, 2012, 05:02 AM
RE: SSL logins not working - ProxRocks - Oct. 27, 2012, 07:41 AM
RE: SSL logins not working - JJoe - Oct. 27, 2012, 03:03 AM
RE: SSL logins not working - duebel13 - Oct. 27, 2012, 05:55 AM
RE: SSL logins not working - duebel13 - Oct. 27, 2012, 09:15 AM
RE: SSL logins not working - JJoe - Oct. 27, 2012, 11:20 PM
RE: SSL logins not working - duebel13 - Oct. 27, 2012, 08:54 AM
RE: SSL logins not working - ProxRocks - Oct. 28, 2012, 02:56 AM
RE: SSL logins not working - ProxRocks - Oct. 31, 2012, 02:24 PM
RE: SSL logins not working - JJoe - Oct. 31, 2012, 06:12 PM
RE: SSL logins not working - ProxRocks - Oct. 31, 2012, 08:08 PM
RE: SSL logins not working - JJoe - Oct. 31, 2012, 11:36 PM
RE: SSL logins not working - ProxRocks - Nov. 01, 2012, 12:33 AM
RE: SSL logins not working - ProxRocks - Nov. 01, 2012, 12:54 AM
RE: SSL logins not working - JJoe - Nov. 01, 2012, 02:45 AM
RE: SSL logins not working - ProxRocks - Nov. 01, 2012, 11:46 AM
RE: SSL logins not working - ProxRocks - Nov. 01, 2012, 11:55 AM

Forum Jump: