V2.5.27.114
This release contains the following updates:
- Proxy certificate is updated again - if you change to this version and in case of the use of HTTPS / 2-way SSL connections, pls ensure the usage of the new certificate.
- Many 3rd party library updates
- Fix response status manipulation:
-- can alter the response code properly
-- can alter the reason text of the response code (independently form the response code) - In its test code, the JUnit is upgraded to Juniper JUnit5 version
- It is built with jdk15, however to build it with jdk11 is allowed as well in the source.
Due to possible JDK issues, it is also recommended to use these command line parameters for the application that uses this lib:
-Djdk.tls.namedGroups="secp256r1, secp384r1, ffdhe2048, ffdhe3072" -Djdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
Of course, it is needed only for HTTPS connections.
The library itself is available on maven central repo, and may be referred as:
implementation('website.magyar:mitm-java-proxy:2.5.27.114')