Hello,
I want to set up mail supervision via the imap server plugin
But when i try to use in login mode, i have this error :
CRITICAL: Unable to connect to IMAP: Unable to connect to XXX.XXX.XXX.XXX: SSL connect attempt failed
And that whatever the options i used the error remains the same.
Here is the command line:
centreon_protocol_imap.pl --plugin=apps::protocols::imap::plugin --mode=login --hostname=ip-server-mail --username='user' --password='password' --warning='' --critical=''
(Same with this parameters : --ssl, --insecure, --ssl-opt="SSL_verify_mode => SSL_VERIFY_NONE", ou --ssl='tlsv1')
Imap port is open :
PORT STATE SERVICE
143/tcp open imapNmap done: 1 IP address (1 host up) scanned in 0.03 seconds
Have you ever encountered this problem? Or test ideas to find out what is blocking?
Thanks in advance for your help and answers.