On Aug 6, 3:47 pm, "jjrmy1" <jjr...@sbcglobal.netwrote:
Quote:
Hello I am new to this newsgroup and any help would be much appreciated.
>
I am integrating cc payments into a clients website that uses ZenCart. A
requirement of Authorize.net is that the hosting company have ssl compiled
into PHP.
"CURL is required and MUST be compiled with SSL support into PHP by your
hosting company"
They have CURL but not w/ssl support. Exactly WHAT does this mean? Can I
not just get a third party ssl certificate or am I stuck with paypal?
>
Thanks in advance for your help
Jeremy
As others have pointed out, the connection from your website to your
cc processor is quite seperate from the connection between the
customers browser and your website.If you are capturing the credit
card details into your wesite before relaying these details, then you
MUST, MUST, MUST have SSL between the browser and your website - which
means installing a certificate on your website.
In the case of Paypal, and others, this is not necessary - because all
the secure details are exchanged directly with the payment processor
(over SSL).
Just thought I'd clear that up since your post implies that you are
not already using SSL on your own site.
C.