Hello,
I followed the Python tutorial to set up a flask app. That went smoothly.
However, after creating an SSL certificate, my browser still says the domain is unsafe.
Is there anything else I need to configure in my fly.toml ? or somewhere?
Thanks
Hi @Ehigie_Aito
Are you able to post a screenshot of the message from the browser?
Theres multiple reasons and places where the browser can say a particular website is unsafe. One reason can be misconfiguration of the SSL certificate, e.g. you have an SSL certificate for my-website.com
but you try to access your website using www.my-website.com
. Another reason can be mixed HTTP/S requests where your website is loaded using HTTPS but the content on your website is loaded with HTTP.