Link to home
Start Free TrialLog in
Avatar of dtivmk
dtivmk

asked on

php problem with fopen("https://..")

I am using XAMPP's latest version.

<?php
fopen( "https://www.google.com/accounts/ClientLogin","rb");
?>

Warning: fopen(https://www.google.com/accounts/ClientLogin) [function.fopen]: failed to open stream: Invalid argument in nn.php on line 2

It works for urls beginning with http://.

In my php.ini, I uncommented the following line :
extension=php_openssl.dll

Here is phpinfo() :

http://dharmendra.tolani.googlepages.com/nCheck.php.htm
ASKER CERTIFIED SOLUTION
Avatar of dtivmk
dtivmk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial