Question

I run HHVM-fastcgi + nginx + Laravel and when i echo stream_get_transports(), "tls" and "ssl" are not present.

Therefore Laravel php fails with error "stream_socket_enable_crypto" when i try to send mail via SMTP on tls port

How can fix this?

Thanks

Était-ce utile?

La solution

stream_socket_enable_crypto has not been implemented yet in hhvm.

See https://github.com/facebook/hhvm/issues/1647

Autres conseils

Just an update on this issue, it has been resolved as of version HHVM version 3.8. You just need to update your HHVM version.

Run this command if you using Ubuntu...

  sudo apt-get upgrade -y hhvm
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top