baloise / proxy

An minimal authenticating HTTP(S) forward proxy based on https://github.com/adamfisk/LittleProxy. You can easily add sniffing / rewriting if needed. In short: Fiddler in Java
Eclipse Public License 2.0
4 stars 3 forks source link

Propose to download and install certificates automatically #20

Closed culmat closed 5 months ago

culmat commented 9 months ago

Some proxy break encryption and proxy will get PKIX path exception.

  1. Detect the situation
  2. Download the cert
  3. Propose to trust the cert
  4. Set the javax.net.ssl.trustStore enviroment, see #19