-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Encounter ssl 60 error when curl_cffi + BrightData proxy manager #417
Comments
If I set the CurlOpt.PROXY to an HTTP proxy, then curl_cffi can connect to my ProxyManager server, but the fingerprint is gone.
|
It seems that you ignored the warning messages. Make sure you read through #6. |
Yes, I am using curl.setopt to debug ,so there is no warning message. when I used {'https': 'http://gw.dataimpulse.com:823'} as the proxy, akamai_hash works. but {'https': 'http://149.28.250.62:24017'} doesn't. |
After I deactivated the SSL on ProxyManger, and used the {'https': 'http://149.28.250.62:24017'} as the proxy, the fingerprint is back. So I am sure the curl_cffi and ProxyManger SSL have a conflict. |
Describe the bug
I am using BrightData proxy manager. curl_cffi doesn't work with the below code.
It encounter error: Failed to perform, curl: (60) SSL: no alternative certificate subject name matches
this below code, requests part works with verify=False, but cffi_requests deosn't.
Versions
The text was updated successfully, but these errors were encountered: