• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Add option to disable SMTP SSL verify.

neoark

Chevereto Member
SMTP Exception>>
SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:0A000086:SSL routines::certificate verify failed

Hello,

I run a proton mail bridge. Please add an option to disable SSL verification on SMTP.

Thanks
 
You can set the values directly in the database, you can also use the setting-update command.
 
You can set the values directly in the database, you can also use the setting-update command.

I don't see an option to disable SSL verification of the SMTP server when setting Email Mode to SMTP. Also please consider adding an open text box where I can enter a port for SMTP.
 
Last edited:
 
I am not sure what "Unsecured" means.
It means that the connection lacks of a cipher layer, that the data flowing to the wire and network does it plain text format. It means thet your message is exposed to any party in the connection to see what's going on.

SMTP is an horrible protocol for email sending, it should be used only as a fallback. That's why we are dropping support for PHPMailer in favor of Symfony Mailer. In addition to the existing email sending options (SMTP and postfix), Chevereto v4.5 now supports the following providers: https://chevereto.com/community/threads/chevereto-v4-5-0-announcement.16324/page-2#post-79908

The dns setup I made for this implementation already checks for SSL, TLS and ?verify_peer=false when using "Unsecured".
 
Back
Top