We encountered an error trying to access your server at https://www.mysite.com/gcCallback.aspx -- the error we got is sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderE xception: unable to find valid certification path to requested target
Code:
<?xml version="1.0" encoding="UTF-8"?>
<merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="REMOVED">
<shopping-cart>
<items>
<item>
<item-name>My Item</item-name>
<item-description>My Description</item-description>
<quantity>1</quantity>
<unit-price currency="USD">5.99</unit-price>
</item>
</items>
<merchant-private-data>
<CustomerInfo CustomerID="REMOVED" />
</merchant-private-data>
<cart-expiration>
<good-until-date>2010-03-01T16:28:45.103Z</good-until-date>
</cart-expiration>
</shopping-cart>
<buyer-id>REMOVED</buyer-id>
<calculate>
<addresses>
<anonymous-address id="REMOVED">
<country-code>US</country-code>
<postal-code>51537</postal-code>
<city>Harlan</city>
<region>IA</region>
</anonymous-address>
</addresses>
<tax>true</tax>
<shipping>
<method name="UPS Ground" />
<method name="UPS 3-Day Select" />
<method name="UPS 2nd Day Air" />
<method name="UPS Next Day Air Saver" />
<method name="UPS Next Day Air Early AM" />
<method name="UPS Next Day Air" />
<method name="UPS Worldwide Express" />
<method name="UPS Worldwide Expedited" />
<method name="UPS Worldwide Express Plus" />
<method name="UPS Express Saver" />
</shipping>
<merchant-code-strings />
</calculate>
<buyer-language>English</buyer-language>
</merchant-calculation-callback>