Payment Gateway Response Page Displays empty values in VPS Hosting

守給你的承諾、 提交于 2019-12-12 04:25:07

问题


I was integrating a Test Payment Gateway Kit of IDBI Bank(PHP KIT), The Test Kit is working fine But response page displays all the values as empty and this happens in Godaddy VPS Hosting for windows but when the same code is put in shared hosting it works fine without any problem and i'm able to receive the response values and display it to the user , i'm literally confused any help/suggestion would be gratefull


回答1:


Think the cause is SSL connection issue. PHP on windows doesn't use OS CA certificates database as on Linux.

Check this answer for details https://stackoverflow.com/a/16495053/1592008




回答2:


I Found The Solution

I Was Using The Response Domain URL has www.abc.com/response.php

Where in the original URL was abc.com/response.php

when i removed www. i am getting the response.



来源:https://stackoverflow.com/questions/28473693/payment-gateway-response-page-displays-empty-values-in-vps-hosting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!