We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f582e74 commit 1a6d70eCopy full SHA for 1a6d70e
upstox_client/feeder/market_data_feeder.py
@@ -34,9 +34,6 @@ def connect(self):
34
if self.ws and self.ws.sock:
35
return
36
37
- ssl_context = ssl.create_default_context()
38
- ssl_context.check_hostname = False
39
- ssl_context.verify_mode = ssl.CERT_NONE
40
sslopt = {
41
"cert_reqs": ssl.CERT_NONE,
42
"check_hostname": False,
upstox_client/feeder/portfolio_data_feeder.py
@@ -20,9 +20,6 @@ def connect(self):
20
21
22
23
24
25
26
27
28
0 commit comments