Questions & Answers
45
votes
1
answers
1854
views
How to add HTTPS to Django with Nginx
I need to enable HTTPS for my Django site. How do I configure SSL?
9
votes
1
answers
625
views
pip install failing with SSL certificate error
When I try pip install, I get SSL: CERTIFICATE_VERIFY_FAILED error. How can I fix this?