-
Notifications
You must be signed in to change notification settings - Fork 943
IMAP over SSL not working, openssl is installed #166
Description
been trying to figure this out for a while now, if anyone can give me a pointer it be greatly appreciated
PS: openssl is installed
here the log, am I missing something?
[00:04:21.504] REQUEST[NOTE]: POST: cloud8.co/index.php?/Ajax/0/
[00:04:21.504] INFO[DATA]: [PHP:5.5.9-1ubuntu4][RL:1.6.6.920][DATE:15.05.14][IP:5.151.59.20]
[00:04:21.505] AJAX[NOTE]: Action: DoAdminDomainTest
[00:04:21.505] POST[DATA]: {"Name":"cloud8.co","IncHost":"127.0.0.1","IncPort":"993","IncSecure":"1","OutHost":"12$
[00:04:21.508] IMAP[NOTE]: Start connection to "ssl://127.0.0.1:993"
[00:04:26.513] PHP[NOTICE]: /var/www/html/rainloop/v/1.6.6.920/app/libraries/MailSo/Net/NetClient.php [line:201, c$
[00:04:26.523] PHP[NOTICE]: Error: fsockopen(): SSL: crypto enabling timeout
[00:04:26.523] PHP[NOTICE]: /var/www/html/rainloop/v/1.6.6.920/app/libraries/MailSo/Net/NetClient.php [line:201, c$
[00:04:26.523] PHP[NOTICE]: Error: fsockopen(): Failed to enable crypto
[00:04:26.523] PHP[NOTICE]: /var/www/html/rainloop/v/1.6.6.920/app/libraries/MailSo/Net/NetClient.php [line:201, c$
[00:04:26.524] PHP[NOTICE]: Error: fsockopen(): unable to connect to ssl://127.0.0.1:993 (Unknown error)
[00:04:26.524] IMAP[NOTICE]: exception 'MailSo\Net\Exceptions\SocketCanNotConnectToHostException' with message 'Ca$
Stack trace:
#0 /var/www/html/rainloop/v/1.6.6.920/app/libraries/MailSo/Imap/ImapClient.php(141): MailSo\Net\NetClient->Connect$
#1 /var/www/html/rainloop/v/1.6.6.920/app/libraries/RainLoop/Actions.php(2448): MailSo\Imap\ImapClient->Connect('1$
#2 [internal function]: RainLoop\Actions->DoAdminDomainTest()
#3 /var/www/html/rainloop/v/1.6.6.920/app/libraries/RainLoop/ServiceActions.php(157): call_user_func(Array)
#4 [internal function]: RainLoop\ServiceActions->ServiceAjax()
#5 /var/www/html/rainloop/v/1.6.6.920/app/libraries/RainLoop/Service.php(149): call_user_func(Array)
#6 /var/www/html/rainloop/v/1.6.6.920/app/handle.php(47): RainLoop\Service->Handle()
#7 /var/www/html/rainloop/v/1.6.6.920/index.php(147): include('/var/www/html/r...')
#8 /var/www/html/index.php(21): include('/var/www/html/r...')
#9 {main}