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.
chrome-wrapper --ignore-certificate-errors --test-type
Otherwise a reverse proxy like Apache, HAProxy, or nginx would work.Now, 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.