[PHP] Can't get HTTPS -- driving me mad -- please help

2003-01-21 Thread Jonathan Boles
PHP 4.3.0, Apache, Win32. I'm driving myself mad trying to work out why I can't get HTTPS pages. I understand there are two options, using fopen() with openssl installed, and using curl. I've installed openssl extension, but using fopen STILL won't work. Don't have a clue why. Using curl, I can ge

Re: [PHP] Can't get HTTPS -- driving me mad -- please help

2003-01-21 Thread Jonathan Boles
Do you mean allow_url_fopen? It is set to 'on'. There's no fopen_wrapper setting Reading from http:// using fopen works fine. It's the https:// that doesn't work. - Original Message - From: "Stephan Seidt" <[EMAIL PROTECTED]> To: "Jonathan Bo

Re: [PHP] Can't get HTTPS -- driving me mad -- please help

2003-01-21 Thread Jonathan Boles
Don't know what the problem is, but other people seem to have the same problem. Read the user note on the bottom of this page: http://uk.php.net/manual/en/wrappers.php Hope this helps; JOn =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- "Jonathan Boles" <[EMAIL PROTECTED]> wrote in me