Open anotherwally opened 6 years ago
thanks @Warlord08, sounds like this is a new issue with the websocket
package. if you can submit a PR that fixes the issue that'd be awesome. if not I'll try to go through this and update it sometime in the future so other folks don't run into the same issue
Hey @mattmakai - sure I'll try to submit a PR for this. Thanks!
Hello,
I was following the tutorial for creating StarterBot and initially I was running into a weird error related to a failed SSL certificate:
slackclient.server.SlackConnectionError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
Probably would be nice to add this (or a link) at the end of the post if another person runs into this error to know what steps to take.
wget https://www.tbs-certificats.com/issuerdata/DigiCertGlobalRootCA.crt
export WEBSOCKET_CLIENT_CA_BUNDLE=DigiCertGlobalRootCA.crt
Source: https://stackoverflow.com/a/51495648/4422594
That did it for me. 👍
Thanks!
P.S - I could submit a PR updating the content for that post.