rahulpragma Posted October 25, 2013 Share Posted October 25, 2013 The problem is that, Server doesn't not able to open this url: https://gw1.cardsaveonlinepayments.com:4430/ OR https://gw3.cardsaveonlinepayments.com:4430/?WSDL When you run this url from your browser then it would work and show you some kind of data like: "GetCardType CardDetailsTransaction CrossReferenceTransaction ThreeDSecureAuthentication" But when we try open the url using script then server show warning: "failed to open stream: Connection refused" Same error with cURL, SOAP or fopen. Please check here: http://thelightroomclothing.com/log/test.php Port 4430 is enable on server. I am not sure which settings to ajdust on server to make it work. Please share your experience if you could help. Link to comment https://forums.phpfreaks.com/topic/283271-port-4430-failed-to-open-stream-connection-refused/ Share on other sites More sharing options...
mac_gyver Posted October 25, 2013 Share Posted October 25, 2013 the only thing that comes to mind is, in order for your web server to make a https request to another web server, php and your web server must both have the openssl extension/module installed/enabled and both must be using the same version of openssl. Link to comment https://forums.phpfreaks.com/topic/283271-port-4430-failed-to-open-stream-connection-refused/#findComment-1455406 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.