sleede / fab-manager

Fab-Manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.
http://www.fab-manager.com
Other
229 stars 114 forks source link

OpenSSL wrong number version #410

Closed Corenb closed 2 years ago

Corenb commented 2 years ago

Hello ! Since few weeks, my fabmanager won't send SMTP mails... I get this error :

OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: wrong version number

FYI I use Office365 as mail provider and here are my env SMTP settings :

DELIVERY_METHOD=smtp SMTP_ADDRESS=smtp.office365.com SMTP_PORT=587 SMTP_USER_NAME=fablab-admin@*.fr SMTP_PASSWORD=**** SMTP_AUTHENTICATION=login SMTP_ENABLE_STARTTLS_AUTO=true SMTP_OPENSSL_VERIFY_MODE= SMTP_TLS=true

Thanks for your help !

sylvainbx commented 2 years ago

Hello, Can you try setting SMTP_TLS=false and retry to send an email with that configuration? Please keep me updated!

Corenb commented 2 years ago

Hello, It seems to work fine, thank you !