-
Notifications
You must be signed in to change notification settings - Fork 218
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
Python 3.10/11 SSL: SSLV3_ALERT_HANDSHAKE_FAILURE #294
Comments
Thanks a lot for reporting @valentinedwv ! I can also see the same behavior on a Mac, also on Google Colab (Linux). Not sure if there is something I can do here? |
Hi, it seems that I have the same problem. I am trying to run a scraper on AWS sagemaker studio. python version : Python 3.10.6
Thanks a lot for your help ! |
Try running on python 3.09 |
@valentinedwv Thanks ! Finally I did |
Thanks for sharing the solution @caroheymes ! |
Not fatal, but just an issue note:
Seems there is a issue with 3.10/3.11
python/cpython#103142
Mac Intel
and containers using
FROM python:3.11-slim
FROM python:3.10-slim
This url:
https://opentopography.org/sitemap.xml
gets redirected to:
https://portal.opentopography.org/sitemap.xml
If i just use https://portal.opentopography.org/sitemap.xml it works fine.
The text was updated successfully, but these errors were encountered: