Re: [PHP-DEV] SSL streams switching to blocking socket

2009-09-08 Thread hack988 hack988
I found same problem in IIS recently. When SSL connection established and read to eof,I can't write anything to stream again. It's trow :SSL operation failed with code 1. OpenSSL Error messages: error:140D00CF:SSL routines:func(208):reason(207). My php version is 5.2.9 2009/9/8 Eloy Bote Falcon :

[PHP-DEV] SSL streams switching to blocking socket

2009-09-07 Thread Eloy Bote Falcon
Hi everybody! Three months ago one of my PHP applications started to hang webserver processes. The schema of the application is as follows (it's a webservice): -Main server, with LINUX, Apache and PHP, handles the requests from the clients. -Once the client is authenticated, and the request is va