-1

I am trying to integrate eWay payment gateway (Responsive Shared Page) by using Curl(json) in php.it is working fine in my virtual machine that is ubuntu12.0 but curl not getting any response if i exceute same code on xampp server. What is problem with curl? Thanks in advance.

jean
  • 4,159
  • 4
  • 31
  • 52
prad
  • 9
  • 1
  • 6
  • 1
    Please [edit your post](http://stackoverflow.com/posts/29298825/edit) to include [appropriate tags](http://stackoverflow.com/help/tagging) (such as [tag:php]) and a [small example of your code](http://stackoverflow.com/help/mcve). – GoBusto Mar 27 '15 at 10:47

1 Answers1

0

While it would be helpful if you could at least provide the error you are getting (details for finding the error log are here), most XAMPP issues are because it either doesn't have openssl enabled or it isn't loading the CA bundle to verify SSLs with. The solutions can be found in the following:

Community
  • 1
  • 1
John C
  • 8,223
  • 2
  • 36
  • 47