Kartik Boreda
08/19/2025, 3:09 AMjava -jar wiremock-standalone-3.13.1.jar --https-port 443 --keystore-type JKS --https-keystore wiremock.jks --keystore-password changeit --disable-http
I'm using Java 21 to do this and get the following error:
java.lang.RuntimeException: java.security.UnrecoverableKeyException: Get Key failed: Given final block not properly padded. Such issues can arise if a bad key is used during decryption.
Attached is the file in the mappings
directoryTom
08/20/2025, 9:03 AM