Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
All
-
None
Description
Cassandra 3.0
TestNativeTransportSSL.test_connect_to_ssl and TestNativeTransportSSL.test_connect_to_ssl (novnode)
As well as
TestNativeTransportSSL.test_connect_to_ssl_optional and TestNativeTransportSSL.test_connect_to_ssl_optional (nvnode)
are failing after 2 merges that don't seem like they would impact SSL or server availaibility.
Most recent error message is:
cassandra.cluster.NoHostAvailable: ('Unable to connect to any servers',
{'127.0.0.1:9042': PermissionError(1, "Tried connecting to [('127.0.0.1', 9042)]. Last error: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:992)")})
Most recent changes made by
@smiklosovic and @driftx .
Attachments
Issue Links
- is related to
-
CASSANDRA-18188 Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges
- Resolved