Part I . 1 - ssl.SSLError: [SSL] record layer failure (_ssl.c:1020) on macOS #1361
Unanswered
thisisjaymehta
asked this question in
Q&A
Replies: 1 comment 1 reply
-
To start with, what OS are you on? Are you on macOS? Which version? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am encountering an issue in Part I where I cannot connect to a website using HTTPS.
Here is the error message:
ssl.SSLError: [SSL] record layer failure (_ssl.c:1020)
I followed the instructions provided in a StackOverflow answer to install certificates. However, I couldn't find the
Install Certificates.command
file in my Python virtual environment. Additionally, there is no Python directory in my Applications folder. Although Python 3 is preinstalled on my system, it doesn’t seem to have the necessary directory in the Applications folder.I tried running
pip install --upgrade certifi
, but the error persists. My error also differs from the one mentioned in the linked StackOverflow question.I’ve searched for solutions specific to my error, but they all suggest installing certificates, which I cannot locate in my Python installation.
Any help in resolving this issue would be greatly appreciated. Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions