I'm now searching for a payment gateway, and deciding on a host. My domains are parked at Godaddy, and since I have a business account with a First Data affiliate, naturally I've been considering Linkpoint and Godaddy to keep the relationships I already have.
So, I took this thread to heart. The original post by Dr.Byte was disconcerting and so I confronted Godaddy and this was the reply.
Thank you for contacting online support. I do apologize for any inconvenience this may have caused, if you are trying to establish a connection through a port that is not allowed on our shared hosting plans, you may be able to setup via proxy. This will require customer coding/scripting in which support is not offered by Go Daddy.
The address of the proxy server is proxy.shr.secureserver.net and connections will be made on port 3128.
The following lines must be included in each script that is utilizing the cURL function.
curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE);
curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt ($ch, CURLOPT_PROXY, http://proxy.shr.secureserver.net:3128);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
Please let us know if we can help you in any other way.
Regards,
Robbie P
Online Support
Robbie P missed the whole point that Linkpoint is looking for port 1129.
I guess my next move is to contact Linkpoint and see what they say.
Godaddy is quite a large host and it would seem self-destructive to make it difficult for Godaddy hostees to use the API.
Anyone know if something has changed since the last postings?