snowliondev Posted June 22, 2018 Share Posted June 22, 2018 I have an issue where WorldPay doesn't support the SNI technology that CloudFlare uses in it's SSL certificates. I need to change just the callback URLs to use http instead. I could manually set the callback url inside the WorldPay interface but it only give space for one callback url and WorldPay uses two different ones depending on if they pay with futurepay of regular worldpay. http://mydomain.com/modules/gateways/callback/worldpayfuturepay.php http://mydomain.com/modules/gateways/callback/worldpay.php What can I do? 0 Quote Link to comment Share on other sites More sharing options...
redit Posted June 22, 2018 Share Posted June 22, 2018 I would doubt that WorldPay would allow this as it would break the PCI compliance stuff. However, that said I don't use WorldPay so I cant say for sure that this is the answer. If you don't get an answer here shortly you maybe better off asking WorldPay 1> Why they are not working with the CloudFlare system or if you are missing something in your setup of the service and 2> If they know how to change your Call Back URL. 0 Quote Link to comment Share on other sites More sharing options...
Administrators WHMCS John Posted June 26, 2018 Administrators Share Posted June 26, 2018 Hi @snowliondev, WHMCS sets the "MC_callback" value within the module code (one for the Worldpay module one for the Futurepay module). The URL is constructed from your WHMCS System URL setting from Setup > General Settings > General tab. To this, the path the to appropriate callback file is apopended: /modules/gateways/callback/worldpay.php or /modules/gateways/callback/worldpayfuturepay.php. So theoretically, if you switched your entire installation to http only, by changing the WHMCS System URL to begin http://, then the Worldpay callbacks would also go to an http:// URL. However this is not something I would personally recommend, and I'd suggest instead investigate changes your SSL certificate setup. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.