[CentOS] php fopen ssl error
Markus Falb
wnefal at gmail.comWed Sep 25 16:44:15 UTC 2013
- Previous message: [CentOS] php fopen ssl error
- Next message: [CentOS] php fopen ssl error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 protocol error in bla.php on line 3 This is wrong information. The error is only present with php 5.1.6, not php 5.3. I got this wrong. Sorry. But it it is a problem, I just do not know how to deal with it. https://bugs.php.net/bug.php?id=39039 -- Markus
- Previous message: [CentOS] php fopen ssl error
- Next message: [CentOS] php fopen ssl error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list