--- a/connectors/WAMP/__init__.py Tue Mar 04 14:15:54 2025 +0100
+++ b/connectors/WAMP/__init__.py Tue Mar 04 14:19:29 2025 +0100
@@ -84,20 +84,6 @@
print('WAMP session left')
-def MakeSecureContextFactory(verifyHostname, trust_store=None):
- if not os.path.exists(trust_store):
- raise Exception("Wamp trust store not found")
- cert = crypto.load_certificate(
- open(trust_store, 'rb').read()
- trustRoot=OpenSSLCertificateAuthorities([cert])
- return optionsForClientTLS(_transportFactory.host, trustRoot=trustRoot)
def _WAMP_connector_factory(cls, uri, confnodesroot):
WAMP://127.0.0.1:12345/path#realm#ID