Does JProxy support secure HTTPS tunneling?
It does. It uses Sun JSSE for HTTPS/SSL. The API is included in JDK 1.4 for earlier JDKs you must download JSSE from Sun: http://java.sun.com/products/jsse Read JSSE documentation. JProxy supports HTTPS/SSL over Proxies/Firewall Servers. JProxy overrides Sun’s SSLSocketFactory implementation. It allows utilizing timeout for HttpsURLConnection and fixing Sun’s problem with communicating through Proxies that support not just HTTP 1.0 but also HTTP 1.1. For instance, the fix makes possible communication with famous Apache proxy.