Description of problem: Version-Release number of selected component (if applicable): php-5.1.6-40.el5_9 How reproducible: Always Steps to Reproduce: <?php $handle = fopen("https://maps.google.com", "r"); $contents = stream_get_contents($handle); fclose($handle); ?> Actual results: It fetches the page, but emits a warning: Warning: stream_get_contents(): SSL: fatal protocol error in bla.php on line 3 Expected results: It fetches the page without warning. Additional info: Maybe it is this bug https://bugs.php.net/bug.php?id=39039 http://lxr.php.net/xref/PHP_5_2/NEWS
This bug has been reviewed by Red Hat, and there are no plans to address it in Red Hat Enterprise Linux 5. If this bug is critical to production systems, please contact your Red Hat support representative and provide sufficient business justification. The issue is already fixed in RHEL-6.