MCPcopy Create free account
hub / github.com/rthalley/dnspython / wrap_socket

Method wrap_socket

dns/_no_ssl.py:33–34  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

31 self.verify_mode: int = CERT_NONE
32
33 def wrap_socket(self, *args, **kwargs) -> "SSLSocket": # type: ignore
34 raise Exception("no ssl support") # pylint: disable=broad-exception-raised
35
36 def set_alpn_protocols(self, *args, **kwargs): # type: ignore
37 raise Exception("no ssl support") # pylint: disable=broad-exception-raised

Callers 3

ddr_tls_check_syncMethod · 0.80
make_ssl_socketFunction · 0.80

Calls

no outgoing calls

Tested by 1