-
-
Notifications
You must be signed in to change notification settings - Fork 82
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 handshake error #183
Comments
It works for me (running |
OK.
I tried also: curl https://www.partage-le.com/ -k -v --sslv3
Are these informations useful? |
What do you get if you run: |
Is « true » the response expected? :) |
Hello,
When I make a simple request (with the exact code given by the example « simple request ») with this url (it's not my site):
https://www.partage-le.com/
I get this error : starttls: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
This url returns no error on firefox, neither with python request.
The same code I use works perfectly with other websites.
How to fix it ?
Thank you.
The text was updated successfully, but these errors were encountered: