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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vrana@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon Sep 08 14:00:01 2025 UTC