| Summary: | php fopen fatal ssl error | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Markus Falb <wnefal+redhatbugzilla> |
| Component: | php | Assignee: | Remi Collet <rcollet> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.9 | CC: | jorton, wnefal+redhatbugzilla |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-03 09:41:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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. |
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