You are right, I've managed to solve the issue without ngrok (since it's 
not free if you want to reserve a domain). 
I've added these lines of code to the "/edx/app/nginx/sites-available/lms" 
file

*  # bypass cybersource POST restriction on port 18130*
*  location /cybersource_proxy {*
*    proxy_pass http://127.0.0.1:18130/;*
*  }*

Then I've changed my merchant POST URL to:
*http://<LMS URL>/cybersource_proxy/payment/cybersource/notify/*

Now the order is getting created and it all seems to work fine (for now :))
Hopefully this will help others that encounter similar issues.

Thank you very much Clinton for your help!

Regards,
Marko

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/ef50004c-a6c8-4fc4-b164-421107b97ce7%40googlegroups.com.

Reply via email to