Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flask Mailer SSL Error #93

Open
DollarStoreCPU opened this issue Jan 22, 2024 · 2 comments
Open

Flask Mailer SSL Error #93

DollarStoreCPU opened this issue Jan 22, 2024 · 2 comments

Comments

@DollarStoreCPU
Copy link

DollarStoreCPU commented Jan 22, 2024

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

@aronwk-aaron
Copy link
Member

hmmm, will take a look into this, Maybe I'm not passing something through correctly

@aronwk-aaron
Copy link
Member

possibly related to #89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants