<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic AIM with java, SSL error, sun.security.validator.ValidatorException: PKIX path building failed in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-with-java-SSL-error-sun-security-validator/m-p/30512#M15957</link>
    <description>&lt;P&gt;&lt;SPAN&gt;We are using AIM integration to submit transactions to authorize.net gateway. We have custom-written Java code that initiates SSL connection to the gateway. This integration had been working for a few years now without issues but recently we started to get intermittent SSL handshake errors - sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Is this indication that certificate is not found in the local keystore? (strange that this is intermittent) which exact certificate should be there, one from &lt;A target="_blank" href="https://secure.authorize.net"&gt;https://secure.authorize.net&lt;/A&gt;&amp;nbsp; ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks for your help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2012 21:21:54 GMT</pubDate>
    <dc:creator>jmartin</dc:creator>
    <dc:date>2012-10-09T21:21:54Z</dc:date>
    <item>
      <title>AIM with java, SSL error, sun.security.validator.ValidatorException: PKIX path building failed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-with-java-SSL-error-sun-security-validator/m-p/30512#M15957</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are using AIM integration to submit transactions to authorize.net gateway. We have custom-written Java code that initiates SSL connection to the gateway. This integration had been working for a few years now without issues but recently we started to get intermittent SSL handshake errors - sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Is this indication that certificate is not found in the local keystore? (strange that this is intermittent) which exact certificate should be there, one from &lt;A target="_blank" href="https://secure.authorize.net"&gt;https://secure.authorize.net&lt;/A&gt;&amp;nbsp; ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks for your help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 21:21:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-with-java-SSL-error-sun-security-validator/m-p/30512#M15957</guid>
      <dc:creator>jmartin</dc:creator>
      <dc:date>2012-10-09T21:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: AIM with java, SSL error, sun.security.validator.ValidatorException: PKIX path building failed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-with-java-SSL-error-sun-security-validator/m-p/30520#M15961</link>
      <description>&lt;P&gt;Not familiar with Java. But if it failing to connect to AIM the url is &lt;A target="_blank" href="https://secure.authorize.net."&gt;https://secure.authorize.net.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It do sound like the cert keystore need to be updated.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 23:12:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-with-java-SSL-error-sun-security-validator/m-p/30520#M15961</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-09T23:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: AIM with java, SSL error, sun.security.validator.ValidatorException: PKIX path building failed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-with-java-SSL-error-sun-security-validator/m-p/30524#M15962</link>
      <description>&lt;P&gt;You mention this happens irregularly. About what frequency of the time does this occur?&lt;BR /&gt;&lt;BR /&gt;Also, do you have a stack trace for the times it does occur?&lt;BR /&gt;&lt;BR /&gt;You may find this information useful--it provides a Java program that connects to a secure URL, and if the SSL session fails because of an inability to find a valid certification path, the program will then help you install the needed certificate.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.oracle.com/gc/entry/unable_to_find_valid_certification" target="_blank"&gt;https://blogs.oracle.com/gc/entry/unable_to_find_valid_certification&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But even if the program helps you, I would really like to see the stack trace--which the program helpfully provides--and get an idea of how often this happens. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2012 16:38:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-with-java-SSL-error-sun-security-validator/m-p/30524#M15962</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2012-10-10T16:38:37Z</dc:date>
    </item>
  </channel>
</rss>

