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 Error while using proxies for GoogleTranslation #245

Open
Kaustubh0699 opened this issue Oct 23, 2023 · 0 comments
Open

SSL Error while using proxies for GoogleTranslation #245

Kaustubh0699 opened this issue Oct 23, 2023 · 0 comments

Comments

@Kaustubh0699
Copy link

  • deep_translator version: 1.11.4
  • Python version: 3.8.8
  • Operating System: Windows

Description

I wanted to do a parallel requests to the library using multiprocessing, but while doing so I encountered that my IP Address gets flagged and after some time I am not able to use the GoogleTranslation Service. So, to overcome this I tried using proxies.

But, now using my multiple proxies when I am making request I am getting following error-
SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1125)'))

I tested the proxies they are working with python requests when the verify parameter is set to False. But giving me same error when I don't specify verify parameter, is there a provision to overcome this from the library itself?
Error_SSL

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