Ask HN: Is it possible to strip SSL and serve plain HTTP to local browsers?
I regularly have problems accessing content due to various SSL problems, such as expired certificates, mis-matched subdomains, clock offsets, etc.
I'd like to run some kind of proxy which presents as plaintext HTTP to my browser, and goes out and gets content from the HTTPS equivalent of the same site, ignoring all SSL errors. Does anyone know if this is possible?
I am not too concerned about MITM attacks and security in general, because I browse reputatable sites through a reputable ISP in a VM.
6 comments
[ 3.0 ms ] story [ 27.0 ms ] threadNow, instead of doing any of that, you should maybe try and figure out why you're having so many TLS issues where other people do not.
This helps, however. Thank you.
For example, today wikiless.org's certificate is expired, and I cannot ignore the error in Waterfox because of HSTS, unless I "forget about this site", which removes all my History entries.
I would estimate that I have about one issue per 100 sites browsed, which adds up.