GoDaddy does not allow outbound http, https, or SSL socket connections from a hosted site. The first thing the paymentech module attempts to do is establish an SSL socket connection back to Paymentech. The attempted socket connection eventually times out since GoDaddy does not allow outbound connections. The paymentech module next attempts to establish a cURL connection with Paymentech. This connection works now that I have added the GoDaddy proxy server patch to the Paymentech module.

More...