XF 1.4 OpenSSL errors?

surfsup

Well-known member
I have SSL but have not messed around with anything for a good while and out of no where got a massive amount of these type of errors all at once;

Code:
ErrorException: Email to jimmymehr146@gmail.com failed: fwrite(): SSL operation failed with code 1. OpenSSL Error messages: error:140D00CF:SSL routines:SSL_write:protocol is shutdown - library/Zend/Mail/Protocol/Abstract.php:324
Generated By: Unknown Account, Yesterday at 8:07 AM
Stack Trace

#0 [internal function]: XenForo_Application::handlePhpError(2, 'fwrite(): SSL o...', '/*******...', 324, Array)
#1 /*******/public_html/library/Zend/Mail/Protocol/Abstract.php(324): fwrite(Resource id #30, 'RSET\r\n')
#2 /*******/public_html/library/Zend/Mail/Protocol/Smtp.php(338): Zend_Mail_Protocol_Abstract->_send('RSET')
#3 /*******/public_html/library/Zend/Mail/Transport/Smtp.php(203): Zend_Mail_Protocol_Smtp->rset()
#4 /*******/public_html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#5 /*******public_html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#6 /h*******/public_html/library/XenForo/Model/MailQueue.php(79): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#7 /*******/public_html/library/XenForo/Deferred/MailQueue.php(10): XenForo_Model_MailQueue->runMailQueue(7.99999904633)
#8 /*******/public_html/library/XenForo/Model/Deferred.php(294): XenForo_Deferred_MailQueue->execute(Array, Array, 7.99999904633, '')
#9 /*******/public_html/library/XenForo/Model/Deferred.php(428): XenForo_Model_Deferred->runDeferred(Array, 7.99999904633, '', false)
#10 /*******/public_html/library/XenForo/Model/Deferred.php(373): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#11 /h*******/public_html/deferred.php(23): XenForo_Model_Deferred->run(false)
#12 {main}

Request State

array(3) {
  ["url"] => string(45) "https://www.*******s.com/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["_xfRequestUri"] => string(27) "/threads/cfm-vs-lift.10656/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}

Delete... Close
 
That sounds like an issue related to connecting to the SMTP server.

If the errors have started unexpectedly, contact your host to determine whether anything has changed on the server.
Otherwise the issue may lie with the email provider.
 
Top Bottom