Cannot connect to the DXFeed, SSL error #69
-
Hi, I am digging a bit more in the code, which is a great learning experience. I am understanding what is going on but I come to a hiccup when the code tries to open the connection to the dxfeed in streamer.py but run into some sort of SSL issue. MacOS BigSur 11.2.3
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So I found a solution online. Something to do with the certificate handled locally by Python. Running this solved the issue:
Output was:
|
Beta Was this translation helpful? Give feedback.
So I found a solution online. Something to do with the certificate handled locally by Python.
Running this solved the issue:
/Applications/Python\ 3.9/Install\ Certificates.command
Output was: