|
|
@ -214,7 +214,8 @@ public class UndertowServletWebServerFactoryTests
|
|
|
|
.isThrownBy(() -> testRestrictedSSLProtocolsAndCipherSuites(
|
|
|
|
.isThrownBy(() -> testRestrictedSSLProtocolsAndCipherSuites(
|
|
|
|
new String[] { "TLSv1.2" },
|
|
|
|
new String[] { "TLSv1.2" },
|
|
|
|
new String[] { "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" }))
|
|
|
|
new String[] { "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" }))
|
|
|
|
.isInstanceOfAny(SSLHandshakeException.class, SocketException.class);
|
|
|
|
.isInstanceOfAny(SSLException.class, SSLHandshakeException.class,
|
|
|
|
|
|
|
|
SocketException.class);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|