Issue on Serving HTTPS
Opened this issue · 1 comments
anipalakkad commented
Page
/docs/https/
Details
Getting BindException. Port already in use when do a api call like below --WireMockServer wireMockServer = new WireMockServer(WireMockConfiguration.options().httpsPort(port).keystorePath(E"pks_path") // Path to your JKS file
.keystorePassword("password").bindAddress("localhost")); // Keystore password));
printProcessUsingPort(port);
Suggested Edits
No response
References
No response
anipalakkad commented
om.github.tomakehurst:wiremock:2.27.2