Upgrade PHP 5.4 to 7.0.11 - ssl-email dosn't work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • screamer277
    Junior Member
    • Mar 2015
    • 9

    Upgrade PHP 5.4 to 7.0.11 - ssl-email dosn't work

    Hello,
    after upgrading from PHP 5.4 to 7.0.11 sending emails via SSL (port 465), and receiving emails via IMAP SSL (port 993) no longer works. (Error 500: Could not open socket)
    Is there a solution for this?
    What is the problem?
    The sending SMTP port 25 and 143 IMAP goes.

    Thanks
    Frank
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    Does your smtp server have a valid SSL certificate? It's a change in php that it now requires valid ssl.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • screamer277
      Junior Member
      • Mar 2015
      • 9

      #3
      The SMTP server has a self-signed SSL certificate. Is not that enough for PHP7?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        I'm not sure. Can you check http://php.net/manual/en/migration56.openssl.php
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...