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

SSL3_GET_SERVER_CERTIFICATE:certificate verify failed' #7

Open
OsenLiu opened this issue Nov 15, 2017 · 0 comments
Open

SSL3_GET_SERVER_CERTIFICATE:certificate verify failed' #7

OsenLiu opened this issue Nov 15, 2017 · 0 comments

Comments

@OsenLiu
Copy link

OsenLiu commented Nov 15, 2017

I got SSL3_GET_SERVER_CERTIFICATE:certificate verify failed' when I use gTTS. The error happened on line 58 of gtts_token.py. The app got SSL error in:
response = requests.get("https://translate.google.com/").
I fixed it by disabling verify on request.
response = requests.get("https://translate.google.com/", verify=False).

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

1 participant