Port 4430 : failed to open stream: Connection refused

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rahulpragma
Forum Newbie
Posts: 3
Joined: Wed May 08, 2013 4:29 am

Port 4430 : failed to open stream: Connection refused

Post by rahulpragma »

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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Port 4430 : failed to open stream: Connection refused

Post by requinix »

What is your code?
Post Reply