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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
What I could suggest here is:
Another way to check that would be to add a PHP info file in your web root directory with the following content:
And access that file via your browser and look for the cURL module.
After that restart Apache:
If you are still getting the 500 error, I would recommend checking your error log for more information. Feel free to share the error here so that I could try to advise you further.
Hope that this helps! Regards, Bobby