googlesearch icon indicating copy to clipboard operation
googlesearch copied to clipboard

Added SSL_VERIFY flag

Open mukthy opened this issue 1 year ago • 5 comments

Added SSL_VERIFY flag as with some of the proxy providers it throws SSL errors like below:

(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))

This flag will take "True" or "False" or path-to-ca.crt file.

It also helps in not installing and configuring the Proxy CA cert for each proxy provider every time in case of planning to use a proxy provider temporarily.

mukthy avatar Sep 01 '23 11:09 mukthy