Pavel Rappo
03/19/2025, 3:28 PMPavel Rappo
03/19/2025, 3:52 PMPavel Rappo
03/19/2025, 5:56 PMPavel Rappo
03/19/2025, 6:28 PM~/.wiremock
, and provide a truststore with it to the client. Now the client complains that the common name does not match.
I assume it's because the WM passes that certificate to the client directly, rather than signing the target server certificate with it, and then passing that signed certificate to the client.Pavel Rappo
03/19/2025, 7:00 PMPavel Rappo
03/19/2025, 9:52 PM--add-opens java.base/sun.security.x509=ALL-UNNAMED
at runtime: even in JDK 17 that functionality is non-exported.Pavel Rappo
03/19/2025, 10:24 PM