V2.5.26.113
This release is about the change of the Proxy certificate and some library upgrades.
The old certificate used SHA1withRSA encryption and 1024 bits, the new one uses SHA256withRSA encryption and 2048 bits.
In case of upgrade and in case of the use of HTTPS / 2-way SSL connections, pls ensure the usage of the new certificate.
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"
The library itself is available on maven central repo, and may be referred as:
implementation('website.magyar:mitm-java-proxy:2.5.26.113')