We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72f305 commit 223c132Copy full SHA for 223c132
test/http-client-tests/src/main/java/software/amazon/awssdk/http/HttpTestUtils.java
@@ -50,6 +50,7 @@ public static WireMockServer createSelfSignedServer() {
50
URL selfSignedJks = SdkHttpClientTestSuite.class.getResource("/selfSigned.jks");
51
52
return new WireMockServer(wireMockConfig()
53
+ .dynamicPort()
54
.dynamicHttpsPort()
55
.keystorePath(selfSignedJks.toString())
56
.keystorePassword("changeit")
0 commit comments