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
Asked
Active
Viewed 185 times
2 Answers
0
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

Community
- 1
- 1

Oleg Neumyvakin
- 9,706
- 3
- 58
- 62
-
Does SSL issue leads the payment gateway server to untrust certificate/ stop sending the response to the response URL , which leads in empty values? – NaveenThally Feb 13 '15 at 06:40
-
It's one of possible reasons. Of course it should be debugged first. – Oleg Neumyvakin Feb 13 '15 at 08:53
0
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.

NaveenThally
- 946
- 1
- 6
- 18