BrowserMob Proxy 2.1.0-beta-6
jekh
released this
23 Apr 21:29
·
164 commits
to master
since this release
BrowserMob Proxy 2.1.0-beta-6 has been released! It is now available on Maven Central. Changes include:
- The MITM module no longer trusts all upstream servers by default. Instead, BMP uses the JDK's trust store combined with Firefox's default trust store (via https://curl.haxx.se/ca/cacert.pem). To ignore untrusted certificate warnings when using BMP, call proxy.setTrustAllServers(true), or add the
trustAllServers=true
query parameter when POSTing to the /proxy endpoint. - Allow changing the connect timeout when using the LittleProxy implementation
- Fix WebSocket upgrade request hangs
A big thanks to everyone who reported issues and helped with testing, including:
@jpereira06
@AutomatedTester
The LittleProxy contributors
Enjoy!
-Jason