We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdc3a3 commit f033c3fCopy full SHA for f033c3f
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/ssl/SSLClientAuthTests.java
@@ -98,6 +98,7 @@ protected boolean transportSSLEnabled() {
98
return true;
99
}
100
101
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/46230")
102
public void testThatHttpFailsWithoutSslClientAuth() throws IOException {
103
SSLIOSessionStrategy sessionStrategy = new SSLIOSessionStrategy(SSLContexts.createDefault(), NoopHostnameVerifier.INSTANCE);
104
try (RestClient restClient = createRestClient(httpClientBuilder -> httpClientBuilder.setSSLStrategy(sessionStrategy), "https")) {
0 commit comments