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 14dded4 commit 9326022Copy full SHA for 9326022
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