Hello everyone,
We are working on a feature that exports the order in xml format and uploads it to a server through SFTP. We have created a private app in php that works with xampp and ngrok but we don’t know how to deploy it on a server. I uploaded the code to one of our own servers and tried to connect it to the webhook however we only establish connection with the SFTP, we cannot upload the .xml files. We get a curl error 35 Encountered end of file. Do you know why that is? How could our live server be different from ngrok? I imagine it might be about some server settings and a problem with the ssl certificates. It is very interesting because the code seems to work just fine..
Thank you for your help!