Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with Google Checkout and SSL


Guest

Recommended Posts

I am having a two week nightmare trying to get my SSL certificate set up properly through AFMU. They outsource their tech support to India. They swear that they have set up my SSL certificate properly at https://www.ozelloshrimper.com/ but when I access it through FireFox, I get a warning that it could not verify the certificate chain.

 

I am setting up my SSL in order to integrate Google Checkout's API with OSCommerce. So far, I am getting nothing but error messages from Google as follows:

 

We encountered an error trying to access your server at 
[url="https://ozelloshrimper.com/catalog/googlecheckout/responsehandler.php"]https://ozelloshrimper.com/catalog/googlech...onsehandler.php[/url]
-- the error we got is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: 
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 

 

The data that was transmitted to me but didn't make it is as follows:

 

<?xml version="1.0" encoding="UTF-8"?>
<new-order-notification xmlns="http://checkout.google.com/schema/2" serial-number="XXXXXXXXXXXXXXX">
 <timestamp>2007-04-23T00:23:13.000Z</timestamp>
 <shopping-cart>
   <items>
     <item>
       <quantity>1</quantity>
       <unit-price currency="USD">0.01</unit-price>
       <merchant-item-id>36</merchant-item-id>
       <item-name>Test Item</item-name>
       <item-description>Testing Product.</item-description>
       <merchant-private-item-data>YToxMDp7czoyOiJpZCI7aTozNjtzOjQ6Im5hbWUiO3M6OToiVGVzdCBJdGVtIjtzOjU6Im1vZGVsI
jtzOjE6IjEiO3M6NToiaW1hZ2UiO047czo1OiJwcmljZSI7czo2OiIwLjAxMDAiO3M6ODoicXVhbnRpdH
kiO3M6MToiMSI7czo2OiJ3ZWlnaHQiO3M6NDoiMC4wMCI7czoxMToiZmluYWxfcHJpY2UiO2Q6MC4wMTt
zOjEyOiJ0YXhfY2xhc3NfaWQiO3M6MToiMCI7czoxMDoiYXR0cmlidXRlcyI7czowOiIiO30=</merchant-private-item-data>
     </item>
   </items>
   <merchant-private-data>


     <session-data>a31f3d167dd65272ae1df4b0f7fd68ce;osCsid</session-data>


     <product-data>;36</product-data>


   </merchant-private-data>
 </shopping-cart>
 <order-adjustment>
   <merchant-codes />
   <total-tax currency="USD">0.0</total-tax>
   <adjustment-total currency="USD">0.0</adjustment-total>
 </order-adjustment>
 <google-order-number>XXXXXXXXXX</google-order-number>
 <buyer-shipping-address>
   <contact-name>XXXXXXXXX</contact-name>
   <company-name></company-name>
   <email>[email protected]</email>
   <phone></phone>
   <fax></fax>
   <address1>XXXXXXXXXXXX</address1>
   <address2>XXXXXX</address2>
   <country-code>US</country-code>
   <city>Tampa</city>
   <region>FL</region>
   <postal-code>XXXXXX</postal-code>
 </buyer-shipping-address>
 <buyer-billing-address>
   <contact-name>XXXXXXXX</contact-name>
   <company-name></company-name>
   <email>[email protected]</email>
   <phone>XXXXXXXX</phone>
   <fax></fax>
   <address1>XXXXXXX</address1>
   <address2></address2>
   <country-code>US</country-code>
   <city>Tampa</city>
   <region>FL</region>
   <postal-code>XXXXX</postal-code>
 </buyer-billing-address>
 <buyer-marketing-preferences>
   <email-allowed>true</email-allowed>
 </buyer-marketing-preferences>
 <order-total currency="USD">0.01</order-total>
 <fulfillment-order-state>NEW</fulfillment-order-state>
 <financial-order-state>REVIEWING</financial-order-state>
 <buyer-id>428285757012629</buyer-id>
</new-order-notification>

 

From what I understand, the problem may lie in a conflcit between my certificate provider and my hosting provider. My hosting provider uses a CPanel installation and my certificate is issued by GoDaddy.

 

Does anyone have similar issues or know what to do?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...