Jiri Daněk created PROTON-2464:
----------------------------------

             Summary: [macOS] [python] SSL Failure: error:16000069:STORE 
routines::unregistered scheme in system_tests_qdmanage
                 Key: PROTON-2464
                 URL: https://issues.apache.org/jira/browse/PROTON-2464
             Project: Qpid Proton
          Issue Type: Bug
          Components: python-binding
    Affects Versions: proton-c-0.37.0
            Reporter: Jiri Daněk


Dispatch test failing with

https://app.travis-ci.com/github/apache/qpid-dispatch/jobs/548002463#L3438

{noformat}
30: ======================================================================
30: FAIL: test_ssl_connection (system_tests_qdmanage.QdmanageTest)
30: Verify qdmanage can securely connect via SSL
30: ----------------------------------------------------------------------
30: Traceback (most recent call last):
30:   File 
"/Users/travis/build/apache/qpid-dispatch/tests/system_tests_qdmanage.py", line 
636, in test_ssl_connection
30:     "unexpected exception: %s" % str(exc.exception))
30: AssertionError: 'certificate verify failed' not found in 
"ConnectionException: Connection amqps://localhost:22259 disconnected: 
Condition('amqp:connection:framing-error', 'SSL Failure: error:16000069:STORE 
routines::unregistered scheme')\n" : unexpected exception: ConnectionException: 
Connection amqps://localhost:22259 disconnected: 
Condition('amqp:connection:framing-error', 'SSL Failure: error:16000069:STORE 
routines::unregistered scheme')
30: 
30: 
30: ----------------------------------------------------------------------
30: Ran 35 tests in 357.082s
30: 
30: FAILED (failures=1)
30/72 Test #30: system_tests_qdmanage .............................***Failed  
357.27 sec
{noformat}

Although this is failure from a Dispatch test, it looks to be caused solely by 
Proton. In cmake configure step of proton

{noformat}
-- Found OpenSSL: /opt/local/libexec/openssl3/lib/libcrypto.dylib (found 
version "3.0.0")  
{noformat}

It appears that the error above is something liked to OpenSSL 3 
https://github.com/danbev/learning-libcrypto#error16000069store-routinesunregistered-scheme

The bug described at the link (https://github.com/openssl/openssl/pull/12901) 
is fixed in OpenSSL 3.0.0, so the problem in Proton is probably something 
slightly different.




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to