We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0271064 commit 802a56dCopy full SHA for 802a56d
1 file changed
lib/createsend/utils.py
@@ -87,6 +87,9 @@ def connect(self):
87
sock = socket.create_connection(
88
(self.host, self.port), **self.connection_kwargs)
89
90
+ if self._tunnel_host:
91
+ self._tunnel()
92
+
93
cert_path = os.path.join(os.path.dirname(__file__), 'cacert.pem')
94
95
context = ssl.SSLContext(protocol=ssl.PROTOCOL_TLS_CLIENT)
0 commit comments