Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-18289

Test Failure: sslnodetonode_test.TestNodeToNodeSSLEncryption.test_ssl_client_auth_required_fail

    XMLWordPrintableJSON

Details

    • Correctness - Test Failure
    • Normal
    • Normal
    • User Report
    • All
    • None

    Description

      from

      Stacktrace

      self = <sslnodetonode_test.TestNodeToNodeSSLEncryption object at 0x7f9ff4fb84f0>
      
          def test_ssl_client_auth_required_fail(self):
              """peers need to perform mutual auth (cient auth required), but do not supply the local cert"""
              credNode1 = sslkeygen.generate_credentials("127.0.0.1")
              credNode2 = sslkeygen.generate_credentials("127.0.0.2")
          
              self.setup_nodes(credNode1, credNode2, client_auth=True)
          
              self.fixture_dtest_setup.allow_log_errors = True
              self.cluster.start(no_wait=True)
              time.sleep(2)
          
              found = self._grep_msg(self.node1, _LOG_ERR_HANDSHAKE, _LOG_ERR_GENERAL)
      >       assert found
      E       assert False
      
      sslnodetonode_test.py:83: AssertionError
      

      Attachments

        Activity

          People

            brandon.williams Brandon Williams
            mck Michael Semb Wever
            Berenguer Blasi, Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: