SSL/TLS (HTTPS) proxy server for outdated operating systems like Windows XP
4.9K
With OldSSL Proxy you can browse all HTTPS websites on Windows XP, old Symbian and Windows Mobile smartphones, as well as use other (non-browser) software with modern SSL/TLS internet hosts.

OldSSL Proxy is a pre-configured Squid proxy server for outdated operating systems which do not support modern cryptography. It hijacks HTTPS connection (performs Man-in-the-Middle) and reencrypts it with self-signed certificate and old ciphersuites, compatible with old OS.
OldSSL Proxy:
You'll need x86_64 system with Docker or Podman. Refer to Docker installation instruction if you're not familiar with it.
Execute:
docker run -d -p 3128:3128 -p 3180:3180 -v oldproxy-certs:/etc/squid/ssl_cert valdikss/oldssl-proxy
The command will download oldssl-proxy image and execute it.
WARNING: this command will run unprotected proxy server accessible for everyone over the network. If run it on an internet-wide accessible server, make sure to configure firewall rules first!
http://PROXY-IP-ADDRESS:3180/, where PROXY-IP-ADDRESS is an IP address of the Docker server.OldSSL.crt or OldSSL.der — these are root certificate (certificate authority) files of the proxy. The files are the same but the format is different, some operating systems support only one them.PROXY-IP-ADDRESS, port 3128.Projects with the similar goals:
Content type
Image
Digest
Size
18 MB
Last updated
over 5 years ago
docker pull valdikss/oldssl-proxy