You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I already saw this issue #185,
but, many companies are let their employees using Private Certificate for in-company security reason. That's why someone need the skip verifying option. Please re-consider this.
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?
The text was updated successfully, but these errors were encountered: