HHVM does not (currently) implement the required stream_socket_enable_crypto() function (facebook/hhvm#1647).
Trying to establish a SSL/TLS connection via the SecureConnector results in a fatal error:
Fatal error: Call to undefined function stream_socket_enable_crypto() […]
Opening this ticket as a reminder and for reference in related issues.
HHVM does not (currently) implement the required
stream_socket_enable_crypto()function (facebook/hhvm#1647).Trying to establish a SSL/TLS connection via the
SecureConnectorresults in a fatal error:Opening this ticket as a reminder and for reference in related issues.