DarkflameUniverse / NexusDashboard

Dashboard for Complete Management of a DLU game server
GNU Affero General Public License v3.0
47 stars 7 forks source link

Flask Mailer SSL Error #93

Open DollarStoreCPU opened 7 months ago

DollarStoreCPU commented 7 months ago

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 under app.config['MAIL_USE_SSL'] and app.config['MAIL_USE_TLS'] and commenting out the rest. image