Question
The PHP cURL Extension is required for HTTPS...
I have a Ubuntu 18.4 LAMP with a simple site to input leads via a form to WSDL.
I have been using nuSOAP for the data.
On this server, I am stuck in a loop.
If cURL is disabled I have a working site, but this WSDL error…
wsdl error: Getting https://xxxxxxx.xxxxxxxxxxxxxx.xxx/services/dataservice.asmx?WSDL - HTTP ERROR: The PHP cURL Extension is required for HTTPS or NLTM. You will need to re-build or update your PHP to include cURL or change php.ini to load the PHP cURL extension.
With cURL enabled the server gives a 500 error.
Any thoughts on this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×