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

ssl certificate validation of requests was ignored but the ssl certificate still reported an error #6728

Closed
expzhizhuo opened this issue May 31, 2024 · 1 comment
Labels
actions/autoclose-qa Used for automation to auto-close an issue Question/Not a bug

Comments

@expzhizhuo
Copy link

Problem recurrence

Please refer to our Stack Overflow tag for guidance.
Testing on different operating systems, I found it was Caused by SSLError(SSLError(1, '[SSL:) caused by SSLerror (SSLError(1, '[SSL:) SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1006)')) error, but I did not have a validation problem during one of the validations
image
Testing on my mac air m2 machine produced the above error, but my demonstration in kali did not have this problem
image
But I tested it with the default python version on ubuntu 22.04 and got the same error message as on my mac
image

Environment version

image image image

Recurring environment

import requests
response = requests.get(url="https://183.237.161.98:4433/favicon.ico", verify=False, allow_redirects=False)
@expzhizhuo expzhizhuo added actions/autoclose-qa Used for automation to auto-close an issue Question/Not a bug labels May 31, 2024
Copy link

As described in the template, we won't be able to answer questions on this issue tracker. Please use Stack Overflow

@github-actions github-actions bot locked as off-topic and limited conversation to collaborators May 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
actions/autoclose-qa Used for automation to auto-close an issue Question/Not a bug
Projects
None yet
Development

No branches or pull requests

1 participant