Re: [CentOS] php fopen ssl error

2013-09-25 Thread Kai Schaetzl
This should really be directed at a PHP forum. I would suspect that something with the server certificate is not ok. Kai ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] php fopen ssl error

2013-09-25 Thread Markus Falb
On 25.Sep.2013, at 13:57, Kai Schaetzl wrote: This should really be directed at a PHP forum. I would suspect that something with the server certificate is not ok. oh my, centos says it's php thing php says, what?, 5.1.6 is seven years old http://marc.info/?l=php-generalm=138011820514388

Re: [CentOS] php fopen ssl error

2013-09-25 Thread Markus Falb
On 24.Sep.2013, at 17:51, Markus Falb wrote: Hi, With CentOS php53 I get an SSL Error ?php $handle = fopen(https://maps.google.com;, r); $contents = stream_get_contents($handle); fclose($handle); ? will result in something like Warning: stream_get_contents(): SSL: fatal

Re: [CentOS] php fopen ssl error

2013-09-25 Thread Kai Schaetzl
Markus Falb wrote on Wed, 25 Sep 2013 18:44:15 +0200: https://bugs.php.net/bug.php?id=39039 There's probably no way to work around. But it seems you can get along by suppressing errors. The bugs have to be corrected upstream at Red Hat (= backported from a newer php version), you would have

Re: [CentOS] php fopen ssl error

2013-09-25 Thread Leon Fauster
Am 25.09.2013 um 18:39 schrieb Markus Falb wne...@gmail.com: On 25.Sep.2013, at 13:57, Kai Schaetzl wrote: This should really be directed at a PHP forum. I would suspect that something with the server certificate is not ok. oh my, centos says it's php thing php says, what?, 5.1.6 is

Re: [CentOS] php fopen ssl error

2013-09-25 Thread Markus Falb
On 25.Sep.2013, at 20:22, Leon Fauster wrote: Am 25.09.2013 um 18:39 schrieb Markus Falb wne...@gmail.com: On 25.Sep.2013, at 13:57, Kai Schaetzl wrote: This should really be directed at a PHP forum. I would suspect that something with the server certificate is not ok. oh my, centos

Re: [CentOS] php fopen ssl error

2013-09-25 Thread Markus Falb
On 25.Sep.2013, at 19:58, Reindl Harald wrote: Am 25.09.2013 18:39, schrieb Markus Falb: On 25.Sep.2013, at 13:57, Kai Schaetzl wrote: This should really be directed at a PHP forum. I would suspect that something with the server certificate is not ok. oh my, centos says it's php

Re: [CentOS] php fopen ssl error

2013-09-25 Thread John R Pierce
On 9/25/2013 11:46 AM, Markus Falb wrote: It really doesn't break? I cant believe that. indeed, updating a centos5 webserver I have from php5.1 to php53 broke a bunch of my webpiles, triggering a bunch of rework I hadn't planned. this particular set of webpiles are all charity work, various

Re: [CentOS] php fopen ssl error

2013-09-25 Thread SilverTip257
On Wed, Sep 25, 2013 at 2:46 PM, Markus Falb wne...@gmail.com wrote: On 25.Sep.2013, at 19:58, Reindl Harald wrote: Am 25.09.2013 18:39, schrieb Markus Falb: On 25.Sep.2013, at 13:57, Kai Schaetzl wrote: This should really be directed at a PHP forum. I would suspect that

Re: [CentOS] php fopen ssl error

2013-09-25 Thread Jim Perrin
On 09/25/2013 06:14 PM, SilverTip257 wrote: Yes, backporting makes this interesting when seeking support. Ultimately it's a question for CentOS (or Upstream). Our policy on this has been pretty straight-forward from the beginning. We will reproduce what upstream provides. Bug for bug, and

[CentOS] php fopen ssl error

2013-09-24 Thread Markus Falb
Hi, With CentOS php53 I get an SSL Error ?php $handle = fopen(https://maps.google.com;, r); $contents = stream_get_contents($handle); fclose($handle); ? will result in something like Warning: stream_get_contents(): SSL: fatal protocol error in bla.php on line 3 Some https pages do not