Skip to content
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

SSLError(SSLError(0, 'unknown error (_ssl.c:3517) #4873

Closed
JeetBhattachariya opened this issue Nov 13, 2018 · 1 comment
Closed

SSLError(SSLError(0, 'unknown error (_ssl.c:3517) #4873

JeetBhattachariya opened this issue Nov 13, 2018 · 1 comment

Comments

@JeetBhattachariya
Copy link

I am trying to invoke a api which is sitting in a load balancer server. The server uses certificate chain which i downloaded from browser in .p7b file and passing in my code
r=request.get(uri,headers=header,verify='certificate.p7b').
Even I tried generating .pem file through openssl commands, but it didn't work. I also tried using "verify=False" sttement. But getting the same error:
Please help.

@nateprewitt
Copy link
Member

Hi @JeetBhattachariya, this is an exception in _ssl.c on line 3517. That's code within CPython, so without an exact version of your interpreter and likely a dummy cert that we can reproduce this with, it's going to be very difficult to debug.

We can take a closer look if you can provide all of the information you originally requested, but this appears to be a cert or standard library issue. StackOverflow is probably a better venue for that though since this doesn't appear to be an issue with Requests code base. I'm going to close this for now, but feel free to add a link to the StackOverflow question if you choose to create one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants