Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ _sslConnection
Function
_sslConnection
python/tests/proton_tests/sasl.py:379–382 ·
view source on GitHub ↗
(domain, transport, connection)
Source
from the content-addressed store, hash-verified
377
378
379
def
_sslConnection(domain, transport, connection):
380
transport.bind(connection)
381
SSL(transport, domain, None)
382
return
connection
383
384
385
class
SSLSASLTest(Test):
Callers
6
testSSLPlainSimple
Method · 0.85
testSSLPlainAuthzid
Method · 0.85
testSSLPlainSimpleFail
Method · 0.85
testSSLExternalSimple
Method · 0.85
testSSLExternalAuthzid
Method · 0.85
testSSLExternalSimpleFail
Method · 0.85
Calls
2
SSL
Class · 0.90
bind
Method · 0.45
Tested by
no test coverage detected