You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: