Quantcast
Channel: Suggestions and Feedback Discussions on osTicket Forums
Viewing all articles
Browse latest Browse all 115

SMTP: STARTTLS failed SOLUTION!!!

$
0
0
For those of us for experienced this issues, its a bitch to say the least. But with the all mighty power of google there is a solution. Downgrade from php5.6 to 5.5. As @ntozier pointed out to me its an openssl issue. Here is the work around for those who wish to keep php5.6 


Downgrade to php5.5 was easier said than done. So here is a step by step on how to accomplish this.

Remove PHP5.6: apt-get purge php*
List Repos: cd /etc/apt/sources.list.d && ls
Remove Old PHP Repos: rm -rf ondrej-ubuntu-php*
Add Repo: add-apt-repository ppa:ondrej/php
Update: apt-get update
Install PHP5.5: apt-get install php5.5 php5.5-mysql php5.5-imap php5.5-gd
Update: apt-get update
Restart apache: service apache2 restart


Viewing all articles
Browse latest Browse all 115

Trending Articles