Skip to content

v2.5.28.127

Latest
Compare
Choose a tag to compare
@tkohegyi tkohegyi released this 31 Aug 12:18
10a67cc

This release contains the following updates:

  • Enhanced certification handling of the proxy (fix the missing SAN)
  • Many 3rd party library updates
  • It is built with jdk17, 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.28.127')