Merge branch '2.1.x'
This commit is contained in:
commit
8bcbcf6c27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue