- Edited
I have now seen this error by a client of me. He had the same error by using a local ip address. It seems fsockopen can't connect to the server using ssl, if the certificate can't verified.
To fix this error, the connection should be made with stream_socket_client().
KevinTheJedi Can we made fixes in the folder ./include/laminas-mail/src/ ? I think this folder don't belongs to the laminas-mail framework. Is this right?
I would change it to stream_socket_client() and create a pull request, if we can made changes in this folder...
In this folder, some files have errors, too. So I would fix these errors too...