Embarrassed to ask, how do I run one? Judy, my Zen-Cart lady usually does that.
Embarrassed to ask, how do I run one? Judy, my Zen-Cart lady usually does that.
Professional accessories for your two-way radio.
The Earphone Guy
Ok, got it:
Array
(
[url] => "http://www.zen-cart.com/testcurl.php"
[content_type] => text/html
[http_code] => 200
[header_size] => 275
[request_size] => 174
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.072621
[namelookup_time] => 0.001429
[connect_time] => 0.036581
[pretransfer_time] => 0.036587
[size_upload] => 37
[size_download] => 2146
[speed_download] => 29550
[speed_upload] => 509
[download_content_length] => 2146
[upload_content_length] => 0
[starttransfer_time] => 0.07186
[redirect_time] => 0
Professional accessories for your two-way radio.
The Earphone Guy
Okay, so that means your site can talk to the ZC website using CURL, but without SSL.
Now run it again, but add ?authnet=1 to the end of the URL.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Ok, thanks! Here is what I get:
28 Connection time-out
Array
(
[url] => "https://secure.authorize.net/gateway/transact.dll"
[content_type] =>
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0
[namelookup_time] => 28.13614
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => -1
[upload_content_length] => -1
[starttransfer_time] => 0
[redirect_time] => 0
)
EOF
Professional accessories for your two-way radio.
The Earphone Guy
Okay, so you need to show them that. Tell them the curltest URL so they can see it themselves.
All it's doing is attempting to talk to the Authorize.net server over HTTPS. The timeout must be a result of a firewall block by your hosting company.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Ok, thanks!
The guy at Hostgator asked me if I knew what port it needed? Also, he is checking with the another tech, but said it all looks good!?!![]()
Professional accessories for your two-way radio.
The Earphone Guy
Dr. Byte.... just a little more info on this problem - the server is running PHP 5.2.13 - which is a really uncommon version that was only stable for a short time from what I can tell.
Also, we were able to get the authorize.net to work using the SIM module - not offsite - but onsite.
What I am not sure of is this - is the SIM module as secure and / or PCI compliant as the AIM module for authorize.net? So... is there a reason not to use the onsite version of SIM?
Inquiring minds like mine and Melanie's want to know!![]()
HostGator Admin is saying that port 443 is open and everything is working fine. Except for the fact I can't accept credit cards..![]()
Professional accessories for your two-way radio.
The Earphone Guy
I don't know what to tell you. The problem is clear. CURL is timing out when attempting to talk to the authorize.net server.
Escalate the ticket to a more senior technician who can actually test and see that YOUR server CANNOT talk to the authnet URL shown by the curltest.php results.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Do you think it could have anything to do with the php version as I have stated in the post a few up from here?
Also... is he ok to be running it as SIM? Because it works fine that way.