Making OpenSSL use A Verisign issued certificate for ecommerce
am 08.02.2007 23:26:59 von kvandegrift------_=_NextPart_001_01C74BD0.3FB34FD9
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hello All,
=20
I am currently switching to a basic shopping cart system that I created
to a more robust PHP X-Cart system that my company purchased, but I am
having an issue getting transactions to go through Verisign's payflow
pro.
=20
I have OpenSSL 0.9.8d installed, but when the OpenSSL module is called
by X-Cart to send the transaction request (using XMLPay), Verisign
reports back that it cannot verify the certificate. Do I need to to add
a command line switch to tell OpenSSL to use the Verisign issued
certificate?
=20
(e.g. -CAfile /path/to/verisign/cert)
=20
Statement used to send payment request to Verisign (in test mode):
=20
C:\OpenSSL\bin\openssl.exe s_client -connect
test-payflow.verisign.com:443 -quiet < C:\path\to\xct10.tmp
2>C:\path\to\xct11.tmp
=20
Any help would be appreciated.
=20
Thanks
=20
Ken Vandegrift
kvandegrift@sharis.com
Web Administrator
Sharis Mgmt. Corp
=20
------_=_NextPart_001_01C74BD0.3FB34FD9--