Closed viskok-yuri closed 5 months ago
It seems to be a certificate error, I'm getting the same ERR_SSL_KEY_USAGE_INCOMPATIBLE
error in Chrome. See this question for more details.
It seems to be a certificate error, I'm getting the same
ERR_SSL_KEY_USAGE_INCOMPATIBLE
error in Chrome. See this question for more details.
how to fix this eerr in code? Create Boring cert? If use burp proxy and cert get 200 status
You have to wait for the server to update their certs, there is no way to bypass this check with the recent versions of BoringSSL, which both Chrome and curl_cffi are using.
You can downgrade curl_cffi to an older version with older version of BoringSSL, it may work.
You have to wait for the server to update their certs, there is no way to bypass this check with the recent versions of BoringSSL, which both Chrome and curl_cffi are using.
You can downgrade curl_cffi to an older version with older version of BoringSSL, it may work.
okay im try, write later. Thx!
You have to wait for the server to update their certs, there is no way to bypass this check with the recent versions of BoringSSL, which both Chrome and curl_cffi are using.
You can downgrade curl_cffi to an older version with older version of BoringSSL, it may work.
versions below do not have asynchrony
You have to wait for the server to update their certs, there is no way to bypass this check with the recent versions of BoringSSL, which both Chrome and curl_cffi are using.
You can downgrade curl_cffi to an older version with older version of BoringSSL, it may work.
hi fix this problem pls, im pay money
You have to wait for the server to update their certs, there is no way to bypass this check with the recent versions of BoringSSL, which both Chrome and curl_cffi are using.
You can downgrade curl_cffi to an older version with older version of BoringSSL, it may work.
As I mentioned earlier, this is not a feature I would normally implement, because it probably only matters for this particular site, which uses outdated cert format. However, if you want to sponsor this feature, you can find my contact on my GitHub homepage.
You have to wait for the server to update their certs, there is no way to bypass this check with the recent versions of BoringSSL, which both Chrome and curl_cffi are using. You can downgrade curl_cffi to an older version with older version of BoringSSL, it may work.
As I mentioned earlier, this is not a feature I would normally implement, because it probably only matters for this particular site, which uses outdated cert format. However, if you want to sponsor this feature, you can find my contact on my GitHub homepage.
im send message to email
Fixed in v0.7.0b6
curl_cffi.requests.errors.RequestsError: Failed to perform, curl: (35) BoringSSL: error:1000012e:SSL routines:OPENSSL_internal:KEY_USAGE_BIT_INCORRECT. See https://curl.se/libcurl/c/libcurl-errors.html first for more details.