TLS 1.2
Charles Proxy 3.9 uses the bouncycastle 1.4 for SSL/TLS, but TLS 1.2 is not yet supported in bcprov’s latest release(1.51), that’s why I got a
1 |
SSL: Received fatal alert: protocol_version |
on some sites.
I tried to upgrade bcprov.jar, some incompatible exceptions were thrown.
To check if a https site uses TLSv1.2:
1 |
openssl s_client |
Continue reading “Hijack HTTPS over TLS 1.2 without Charles Proxy” »
Hijack HTTPS over TLS 1.2 without Charles Proxy by @sskaje: https://sskaje.me/2014/09/charles-proxy-tls-1-2/