hi,
i'm trying to connect to a webservice via ssl. The URI i use is like https://sub.server.com:8443/webservice/WebService.asmx. Every time i invoke the request there is an error like "HTTP Error: CURL Extension, or OpenSSL extension w/ PHP version >= 4.3 is required for HTTPS" My PHP is v5.0.2. I have made no changes to the lib and it is up to date. Can anyone tell me what the problem is?
regars Larsen
the problem was, that the CURL-extension was not loaded. i just included it in the php.ini with extension=php_curl.dll . now it works just fine... 🙂