Commit 8bcbcf6c authored by Brian Clozel's avatar Brian Clozel

Merge branch '2.1.x'

parents 8528f7c1 c24f0269
......@@ -214,7 +214,8 @@ public class UndertowServletWebServerFactoryTests
.isThrownBy(() -> testRestrictedSSLProtocolsAndCipherSuites(
new String[] { "TLSv1.2" },
new String[] { "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" }))
.isInstanceOfAny(SSLHandshakeException.class, SocketException.class);
.isInstanceOfAny(SSLException.class, SSLHandshakeException.class,
SocketException.class);
}
@Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment