Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL problems #141

Open
maxmetis opened this issue Oct 29, 2020 · 1 comment
Open

SSL problems #141

maxmetis opened this issue Oct 29, 2020 · 1 comment

Comments

@maxmetis
Copy link

The track program works successfully on spyder.
But when I put into flask project and run by ngrok,
it result in urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)>.

Does anybody know this means ?
Thank you for the help.

@tashaunthill
Copy link

I had the same issue. I believe there is a bug within Python that does not install the certs. Below steps may resolve this issue.

Go to Application->Python 3.X->Install Certificates.command

Once this command is ran, it should resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants