First thing I would check is and make sure you have OpenSSL
compiled in.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
When you "talk" to an SSL server directly with sockets, I believe you need
to implement the SSL protocol yourself, which would probably be overkill.
There must be a PHP library which does or a native function. You should
probably look at this page:
http://nz.php.net/manual/en/wrappers.http.php
and
When you "talk" to an SSL server directly with sockets, I believe you need
to implement the SSL protocol yourself, which would probably be overkill.
There must be a PHP library which does or a native function. You should
probably look at this page:
http://nz.php.net/manual/en/wrappers.http.php
and
On Tue, 2008-12-02 at 23:48 +, Darren wrote:
> I'm trying to connect to an SSL server, but I keep on getting these errors:
> -
> PHP Warning: stream_socket_accept(): SSL operation failed with code 1.
> OpenSSL Error messages:
> error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknow
4 matches
Mail list logo