Hey all,
I have a PHP web application running Nginx on an Amazon EC2 instance.
We are trying to integrate a payment system (Payoneer).
We are using HTTPS. Due to this, Payoneer is not able to send any data to our URL. There is a 403 error. Any reason why? Weird thing is - we're really not sure why our server is refusing the webhook connections. The only thing we DO know is that it works fine on a server without the HTTPS, so we suspect the HTTPS has some sort of play in this.
What part of the HTTPS / Nginx / configuration could be blocking the webhook from sending us data? Anybody know?
I have a PHP web application running Nginx on an Amazon EC2 instance.
We are trying to integrate a payment system (Payoneer).
We are using HTTPS. Due to this, Payoneer is not able to send any data to our URL. There is a 403 error. Any reason why? Weird thing is - we're really not sure why our server is refusing the webhook connections. The only thing we DO know is that it works fine on a server without the HTTPS, so we suspect the HTTPS has some sort of play in this.
What part of the HTTPS / Nginx / configuration could be blocking the webhook from sending us data? Anybody know?