Nathan Rixham wrote:
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:unknown protocol in
C:\scripts\bouncer.php on line 273
PHP Warning: stream_socket_accept(): Failed to enable crypto in
C:\scripts\bouncer.php on line 273
PHP Warning: stream_socket_accept(): accept failed: The operation
completed successfully.
in C:\scripts\bouncer.php on line 273
---------
Line 273: while ($client = stream_socket_accept($srv_socket)) {
Over the past few days of searching I've found a lot of people asking
a similar thing but without any answers. I've tried the latest PHP
snapshot too.
Can anyone here give any insight to these errors??
Thanks for any help
Darren
after more looking in to it the only thing I can see it possibly being
is a broken ssl certificate on the webserver.
last one, an interesting discussion back in 2005 on the openssl mailing
lists, everything pointed to not authenticating - (using HTTP request
when a SSL handshake is required)
I'm going to drop this one now; best of luck!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php