flet
flet copied to clipboard
Help on how to access HTTP web views instead of HTTPS bug
Android use webview Error accessing HTTP service How to support HTTP access and ignore SSL errors?
I started a Flask program in Fleet and used the Fleet UI to access it. But the Flask program is HTTP. I tried using the following method to start Flask and access HTTPS, but it still didn't work.
def run_flask_in_thread(): print("Starting Flask in thread...") ssl_context = ('assets/aaa.pem', 'assets/aaa-key.pem') app.run(host='0.0.0.0',port=5448,ssl_context=ssl_context)
Please use correct template to submit the issue.