robina80
(Robina80)
July 24, 2024, 10:33am
1
hi all,
ive made a flask-wtf web form and in the console sometimes, i sometimes get this error
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2406)
i only get it when i keep on pressing f5 ie refresh on the form, when i just click and release f5 over and over again i dont
i know you wouldnt normally keep on pressing f5 down but im just checking different scenarios
thanks,
rob
robina80
(Robina80)
July 24, 2024, 11:40am
2
ok ive read this
While you work on your Flask application, you normally run the development web server, which provides a basic, yet functional WSGI complaint HTTP server. But eventually you will want to deploy your…
and ive done
ssl_context='adhoc'
and also trying to install a self signed cert, both methods work fine as i can access the web page via https but i still get that error when i keep on holding f5