Hello, can someone help me with starting WireMock ...
# help
j
Hello, can someone help me with starting WireMock in docker with configured HTTPS? I am trying to use this command on my Windows machine, but I am getting still the
MissingResourceException
. It is interesting, beacuse if I remove the keystore password from the command I getting the
keystore password was incorrect
message so the provided certificate should be mounted right. Thank you very much for help.
docker run -p 8443:8443 -v C:/wiremock/ssl:/ssl wiremock/wiremock --https-port 8443 --https-keystore /ssl/localhost.p12 --https-keystore-password password
r
I am also facing the same issue , were you able to find a solution? @Jakub Vana