Details
-
Story
-
Status: Done
-
Highest
-
Resolution: Done
-
None
-
None
Description
Build Commit
81bf16bfae80ba24cb8cfb500b01682ea49b85d6
Build Errors
[ERROR] Tests run: 18, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 2.287 s <<< FAILURE! - in org.neo4j.ssl.SslNegotiationTest[ERROR] Tests run: 18, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 2.287 s <<< FAILURE! - in org.neo4j.ssl.SslNegotiationTest[ERROR] shouldNegotiateCorrectly[TestSetup{serverParams=SslParameters{protocols='TLSv1', ciphers='SSL_DHE_RSA_WITH_DES_CBC_SHA'}, clientParams=SslParameters{protocols='TLSv1', ciphers='SSL_DHE_RSA_WITH_DES_CBC_SHA'}, expectedSuccess=true, expectedProtocol='TLSv1', expectedCipher='SSL_DHE_RSA_WITH_DES_CBC_SHA'}](org.neo4j.ssl.SslNegotiationTest) Time elapsed: 1.221 s <<< FAILURE!java.lang.AssertionError: expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)> at org.neo4j.ssl.SslNegotiationTest.shouldNegotiateCorrectly(SslNegotiationTest.java:185) [ERROR] shouldNegotiateCorrectly[TestSetup{serverParams=SslParameters{protocols='TLSv1.1', ciphers='SSL_DHE_RSA_WITH_DES_CBC_SHA'}, clientParams=SslParameters{protocols='TLSv1.1', ciphers='SSL_DHE_RSA_WITH_DES_CBC_SHA'}, expectedSuccess=true, expectedProtocol='TLSv1.1', expectedCipher='SSL_DHE_RSA_WITH_DES_CBC_SHA'}](org.neo4j.ssl.SslNegotiationTest) Time elapsed: 0.091 s <<< FAILURE!java.lang.AssertionError: expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)> at org.neo4j.ssl.SslNegotiationTest.shouldNegotiateCorrectly(SslNegotiationTest.java:185) [ERROR] shouldNegotiateCorrectly[TestSetup{serverParams=SslParameters{protocols='TLSv1', ciphers='SSL_RSA_WITH_RC4_128_MD5,SSL_DHE_RSA_WITH_DES_CBC_SHA'}, clientParams=SslParameters{protocols='TLSv1', ciphers='SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_DHE_RSA_WITH_DES_CBC_SHA'}, expectedSuccess=true, expectedProtocol='TLSv1', expectedCipher='SSL_DHE_RSA_WITH_DES_CBC_SHA'}](org.neo4j.ssl.SslNegotiationTest) Time elapsed: 0.027 s <<< FAILURE!java.lang.AssertionError: expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)> at org.neo4j.ssl.SslNegotiationTest.shouldNegotiateCorrectly(SslNegotiationTest.java:185) [ERROR] shouldNegotiateCorrectly[TestSetup{serverParams=SslParameters{protocols='TLSv1,TLSv1.1', ciphers='SSL_DHE_RSA_WITH_DES_CBC_SHA'}, clientParams=SslParameters{protocols='TLSv1.1,TLSv1.2', ciphers='SSL_DHE_RSA_WITH_DES_CBC_SHA'}, expectedSuccess=true, expectedProtocol='TLSv1.1', expectedCipher='SSL_DHE_RSA_WITH_DES_CBC_SHA'}](org.neo4j.ssl.SslNegotiationTest) Time elapsed: 0.023 s <<< FAILURE!java.lang.AssertionError: expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)> at org.neo4j.ssl.SslNegotiationTest.shouldNegotiateCorrectly(SslNegotiationTest.java:185) [ERROR] shouldNegotiateCorrectly[TestSetup{serverParams=SslParameters{protocols='TLSv1.1,TLSv1.2', ciphers='SSL_DHE_RSA_WITH_DES_CBC_SHA'}, clientParams=SslParameters{protocols='TLSv1,TLSv1.1', ciphers='SSL_DHE_RSA_WITH_DES_CBC_SHA'}, expectedSuccess=true, expectedProtocol='TLSv1.1', expectedCipher='SSL_DHE_RSA_WITH_DES_CBC_SHA'}](org.neo4j.ssl.SslNegotiationTest) Time elapsed: 0.021 s <<< FAILURE!java.lang.AssertionError: expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)> at org.neo4j.ssl.SslNegotiationTest.shouldNegotiateCorrectly(SslNegotiationTest.java:185) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.956 s - in org.neo4j.kernel.PageCacheFlushTracingTest[INFO][INFO] Results:[INFO][ERROR] Failures:[ERROR] SslNegotiationTest.shouldNegotiateCorrectly:185 expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)>[ERROR] SslNegotiationTest.shouldNegotiateCorrectly:185 expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)>[ERROR] SslNegotiationTest.shouldNegotiateCorrectly:185 expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)>[ERROR] SslNegotiationTest.shouldNegotiateCorrectly:185 expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)>[ERROR] SslNegotiationTest.shouldNegotiateCorrectly:185 expected null, but was:<javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)>[INFO][ERROR] Tests run: 27, Failures: 5, Errors: 0, Skipped: 0
Attachments
Issue Links
- relates to
-
ONGDB-109 SslNegotiationTest fails assumption that SSL_DHE_RSA_WITH_DES_CBC_SHA exists
-
- To Do
-