Re: [PHP] SSL issues

2011-03-22 Thread Bostjan Skufca
I just remembered, I had "unrelated" issue yesterday with php 5.3.6. It is used as standalone socket server with SSL connections and it suddenly stopped working, server was receiving gibberish instead of XML requests. I nailed it down to stream_set_blocking() which was set to false for various daem

Re: [PHP] SSL issues

2011-03-22 Thread Bostjan Skufca
This works, but SSL-enabled socket connection does not. Will craft a short script ASAP. b. On 22 March 2011 11:37, Richard Quadling wrote: > On 22 March 2011 01:21, Bostjan Skufca wrote: >> Hi all, >> >> is anyone else experiencing SSL connectivity issues with PHP 5.3(.5|6)? >> PHP 5.2.17 comp

Re: [PHP] SSL issues

2011-03-22 Thread Richard Quadling
On 22 March 2011 01:21, Bostjan Skufca wrote: > Hi all, > > is anyone else experiencing SSL connectivity issues with PHP 5.3(.5|6)? > PHP 5.2.17 compiled identically on the same system with the same > config file connects to remote SSL-enabled host just fine, whereas PHP > 5.3 (only tried .5 and .