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_VERIFY_FAILED] certificate verify failed #483

Open
jatinsne opened this issue Feb 4, 2025 · 2 comments
Open

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed #483

jatinsne opened this issue Feb 4, 2025 · 2 comments

Comments

@jatinsne
Copy link

jatinsne commented Feb 4, 2025

Bug Report

While installing on Macbook, [SSL: CERTIFICATE_VERIFY_FAILED] certificate verification failed error occured.

Steps to Reproduce

  1. pip install -r requirements.txt

File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/urllib/request.py", line 1322, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1018)>

Screenshots

Image

Environment

  • Django Version: 5.1.5 final
  • Python Version: Python 3.13.1
  • Operating System: Mac OS 15.3
  • Browser: Chrome 132.0.6834.160
@horilla-opensource
Copy link
Owner

Hi @jatinsne ,

Please try with Django 4 rather than Django 5.

If that doesn't help, please install requests==2.31.0 and try again.

With Regards,
Team Horilla

@jatinsne
Copy link
Author

jatinsne commented Feb 4, 2025

Thank you but same issue.

here are the packages currently installed on venv
asgiref==3.8.1
certifi==2025.1.31
charset-normalizer==3.4.1
Django==4.2.18
idna==3.10
requests==2.31.0
sqlparse==0.5.3
urllib3==2.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants