Report this

What is the reason for this report?

Getting my API domain to be HTTPS

Posted on November 22, 2020

I have a website (configs.fun) hosted at Namecheap, it uses cloudflare & is HTTPS.

I have a server with digitalocean where I run my api, I added my domain to it so api.example.com/endpoint will resolve to my flask api. When I send a HTTP request from my web app (https://configs.fun/ to http://api.example.com/ I get a ‘Mixed Content’ error, api.example.com needs to be HTTPS (or my Flask Application does atleast). I have been looking to see how I can get certificates for Flask and I saw DigitalOcean offers certificates for your domains.

I made a new certificate for my domain & subdomain but I don’t know how I am going to make my Flask app run on HTTPS.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

What I could suggest is using Nginx as a reverse proxy for your Flask application. That way you will be able to add a Let’s Encrypt SSL using certbot.

You can follow the instructions on how to do that here:

https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04

Hope that this helps! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.