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
I can work around this by forcing True or False values in __init__.py under app.config['MAIL_USE_SSL'] and app.config['MAIL_USE_TLS'] and commenting out the rest.
The text was updated successfully, but these errors were encountered:
When sending invites, the webpage gives me a HTTP 500 status.
Checking the logs, it looks like Flask is using an older SSL version?
https://hastebin.com/share/judalosolo.python
I can work around this by forcing True or False values in
__init__.py
underapp.config['MAIL_USE_SSL']
andapp.config['MAIL_USE_TLS']
and commenting out the rest.The text was updated successfully, but these errors were encountered: