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 don't know if anyone has seen this happen. but when i'm using Requests.Session() for making a requests to HTTPS URL with SSL certificate and CA cert verification it doesn't give correct response.
Whereas when i use the same certs(SSL and CA Cert) with CURL command it works seamlessly.
I have no issues verifying TLS with a proper trust bundle and a server providing the full chain. Is this specific to Kafka or are you experiencing this with something other than Kafka as well?
Could you specify the versions of the Schema Registry and Kafka you are using? Additionally, did this issue arise following a certificate update or library /client updates, or did it occur suddenly without any recent changes?
I don't know if anyone has seen this happen. but when i'm using Requests.Session() for making a requests to HTTPS URL with SSL certificate and CA cert verification it doesn't give correct response.
Whereas when i use the same certs(SSL and CA Cert) with CURL command it works seamlessly.
This is causing confluentinc/confluent-kafka-python#1850
Expected Result
Requests.Session() should work and not respond with a SSL Verification Error
Actual Result
SSLVerificationError
Reproduction Steps
No actual steps but try making a API call to HTTPS url with SSL Verification and CA Cert.
The text was updated successfully, but these errors were encountered: