Skip to content Skip to sidebar Skip to footer

Django 1.11: Python 3.6 Upgrade Causes Issues With SSL Connections

I just upgraded my Django 1.10 (Python 3.5) app to Django 1.11 (Python 3.6) in my MacOS Sierra. Most things still work, but I realized that SSL connections are not working the way

Solution 1:

Okay, I realized what was wrong with my project.

I was using django-storages-redux alongside with boto. Now I had to update to boto3 and use the django-storages library.


Post a Comment for "Django 1.11: Python 3.6 Upgrade Causes Issues With SSL Connections"