Hi osTicket,

I have just set up a new 1.7.1 version on my server.

I am getting this error:

Warning: imap_open() : Couldn't open stream {mail.xxxxx.com.au/imap/ssl/novalidate-cert}INBOX in /home/coco4052/public_html/include/class.mailfetch.php on line 130

Is there a way to edit the php to not check for valid certs. I don't manage the hosting for our email service unfortunately and the company that does is really slack on getting a new SSL cert.

Thank you.

I have no idea if this will work... but I found this with a quick google search:

http://stackoverflow.com/questions/8952122/reading-pop3-emails-with-php-and-imap-issues(http://stackoverflow.com/questions/8952122/reading-pop3-emails-with-php-and-imap-issues)

You might also need to make sure that the php5-openssl extension is enabled in your php.ini

Write a Reply...