You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It still does not work. Any request coming to https:// returns SSL_ERROR_RX_RECORD_TOO_LONG. I've tried both commands to start the app: flask run and python app.py, nothing changes.
Per this issue #66, doing this in create_app won't work.
I tried the following in my
app.py
:It still does not work. Any request coming to https:// returns
SSL_ERROR_RX_RECORD_TOO_LONG
. I've tried both commands to start the app:flask run
andpython app.py
, nothing changes.Per this issue #66, doing this in
create_app
won't work.Is there any way to make flask-talisman work with application factory pattern?
The text was updated successfully, but these errors were encountered: