wiremock/wiremock.org

Issue on Serving HTTPS

Opened this issue · 1 comments

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

om.github.tomakehurst:wiremock:2.27.2