"Jason Barnett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > What I get back is this...
> >
> > Unable to find wrapper "https"
> > - did you forget to enable it when you configured PHP?
>
> You'll need to look at the openSSL for Windows. Someone at PHP's site
> said they openSSL has a bug in it, you should try using this to support
> https:
>
> http://ftp.proventum.net/pub/php/win32/misc/openssl/
>
> The original manual / posting where I gleaned this information:
>
> http://www.php.net/manual/en/wrappers.php
Thanks.
Got the new DLL, replaced the old one, modified my ini.
Now I get this...
Warning: fopen(): HTTP request failed! HTTP/1.1 500 Internal Server
Error
in test_2.php on line 29
this is line 29...
$dh = fopen("$url",'r');
well, another step closer!
This is hitting an IIS server, but I don't know which one.
Any ideas?
Walter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php