systopia / de.systopia.mailingtools

CiviCRM Extension to support mailings
GNU Affero General Public License v3.0
1 stars 2 forks source link

SSL Negotiation failed #1

Open pbatroff opened 6 years ago

pbatroff commented 6 years ago

Apparently self signed certificates might cause errors when trying to access the Bounce mailstore. Curiously the normal bounce cron job works fine.

IMAP Library output: "TLS\/SSL failure for mail-server.example.com: SSL negotiation failed"

Maybe try /notls as an option

bjendres commented 5 years ago

@pbatroff Are we going to fix this? Is this for the 0.6 release?

pbatroff commented 5 years ago

Basically we can add '/novalidate-cert' to the mailbox name, that would be an option to fix this. But needs to be considered in the code in case of failure.