So i have my Django site and i am trying to have my static files on S3, but i am getting a ERR_INSECURE_RESPONSE
when my site is on a production server. If i click on the link and accept it, it then loads the page.
I am using django-storages
and on my local machine everything works fine (my S3 credentials are ok) but when i deploy to production i get the error.
Do i need to have https enabled on my site to be able to serve static files through S3??
What should i do?
THanks