Hi
I installed the Flask-SSLify to redirect all incoming requests to HTTPS. Then I uninstalled the Flask-SSLify package to return back to normal HTTP. Now when I try to run my flask app I got this error message ("Your connection is not private"), and I still have the HTTPS with the URL of my flask app (https://www.ultimategroup.app/).
Any help would be appreciated.