Unable to connect with TLS encryption

selcuk akbas

New Member
Hi,
i am connect mandrill as 587 TLS
but i cant connect my mail servers as TLS
i setup many servers before like this (mailinabox, plesk, virtualmin) and i connect always. but today i cant connect.
sorry my english.

i did http://stackoverflow.com/questions/17281669/using-smtp-gmail-and-starttls
i got 220 2.0.0 Ready to start TLS

Code:
Unable to connect with TLS encryption
Log data:
++ Starting Swift_SmtpTransport
<< 220 mail.example.com ESMTP Postfix (Ubuntu)
>> EHLO example.com
<< 250-mail.example.com
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
>> STARTTLS
<< 220 2.0.0 Ready to start TLS
!! Unable to connect with TLS encryption

application logs
Code:
#0 /var/www/example.com/htdocs/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('backend/index.p...')
#1 /var/www/example.com/htdocs/apps/common/framework/base/CApplication.php(184): CWebApplication->processRequest()
#2 /var/www/example.com/htdocs/apps/init.php(196): CApplication->run()
#3 /var/www/example.com/htdocs/index.php(18): require_once('/var/www/postag...')
#4 {main}
REQUEST_URI=/backend/index.php/dashboard/unsubscribe_growth
HTTP_REFERER=http://example.com/backend/
---
2015/05/08 09:20:34 [error] [exception.CHttpException.404] exception 'CHttpException' with message '"backend/index.php/delivery-servers/index" isteği çözümlenemedi.' in /var/www/example.com/htdocs/apps/common/framework/web/CWebApplication.php:286
Stack trace:
#0 /var/www/example.com/htdocs/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('backend/index.p...')
#1 /var/www/example.com/htdocs/apps/common/framework/base/CApplication.php(184): CWebApplication->processRequest()
#2 /var/www/example.com/htdocs/apps/init.php(196): CApplication->run()
#3 /var/www/example.com/htdocs/index.php(18): require_once('/var/www/postag...')
#4 {main}
REQUEST_URI=/backend/index.php/delivery-servers/index
HTTP_REFERER=http://example.com/backend/
---
2015/05/08 09:20:37 [error] [exception.CHttpException.404] exception 'CHttpException' with message '"backend/index.php/delivery-servers/index" isteği çözümlenemedi.' in /var/www/example.com/htdocs/apps/common/framework/web/CWebApplication.php:286
Stack trace:
#0 /var/www/example.com/htdocs/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('backend/index.p...')
#1 /var/www/example.com/htdocs/apps/common/framework/base/CApplication.php(184): CWebApplication->processRequest()
#2 /var/www/example.com/htdocs/apps/init.php(196): CApplication->run()
#3 /var/www/example.com/htdocs/index.php(18): require_once('/var/www/postag...')
#4 {main}
REQUEST_URI=/backend/index.php/delivery-servers/index
HTTP_REFERER=http://example.com/backend/
 
Last edited:
Hey,

Why don't you use Mandrill WEB API implementation when creating a delivery server instead of SMTP ?
This will avoid this issue with your server :)

Thanks.
 
mandrill is working. my problem is my smtp servers. i cant explain. i setup many email servers and working before. but today is not connected. i got error like in my first post.
 
Ah,

Sorry, i missed that point.
I am not sure but seems to be somehow a mismatch of tls protocol, never got this error before so i am not sure how much i can help given it's not a mailwizz error.
Did you do any updates on your server lately?
What PHP version are you suing? Have you tried upgrading it?
I'm just shooting blanks here...
 
PHP 5.6.8-1+deb.sury.org~trusty+1 (cli)
yes i upgrade server on same hosting company. which is vultr.com
i am using still easyengine
 
yeah, beats me, no idea for now.
maybe you can try stackoverflow.com for a question related to this issue?
 
i fix it but why occurred ? i wonder.
same setup mail servers and nothing update web server. all things are same but one day i got this error.
 
Back
Top