php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28234 HTTPS wrapper doesn't work
Submitted: 2004-04-30 13:32 UTC Modified: 2004-05-01 00:31 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: vrana@php.net Assigned:
Status: Not a bug Package: Filesystem function related
PHP Version: 4.3.6 OS: Windows XP
Private report: No CVE-ID: None
 [2004-04-30 13:32 UTC] vrana@php.net
Description:
------------
It seems that HTTPS wrapper doesn't work under Windows. I have openssl extension enabled and functions from it works. HTTPS wrapper doesn't work both through cli and Apache.

Reproduce code:
---------------
<?php
fopen("https://www.google.com/accounts/");
?>


Expected result:
----------------
Nothing.

Actual result:
--------------
Warning: fopen(https://www.google.com/accounts/): failed to open stream: Invalid argument in ...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-01 00:31 UTC] pollita@php.net
In PHP4 the https:// (and ftps://) wrapper is ONLY enabled when OpenSSL support is compiled in STATICLY.  This issue has been resolved in PHP5 such that OpenSSL can be used in either mode successfully.

Take a look at http://www.php.net/wrappers (especially user comments) for an UNsupported PHP4 workaround.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 21:01:29 2024 UTC