Bug 1012271 - php fopen fatal ssl error
Summary: php fopen fatal ssl error
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: php
Version: 5.9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Remi Collet
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-26 07:20 UTC by Markus Falb
Modified: 2021-01-14 09:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-03 09:41:25 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
PHP Bug Tracker 39039 0 None None None Never

Description Markus Falb 2013-09-26 07:20:43 UTC
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

Comment 1 Joe Orton 2013-12-03 09:41:25 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.