DarkflameUniverse / NexusDashboard

Dashboard for Complete Management of a DLU game server

Home Page:https://jenkins.aronwk.com/job/nexus-dashboard-docker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Mailer SSL Error

DollarStoreCPU opened this issue · comments

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