<?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 Re: tHTTPRequest : PKIX path building failed in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311627#M82650</link>
    <description>Hello,&lt;BR /&gt;I'm attempting to run a GET request via HTTPS using tHttpRequest. Was running into all kinds of errors as mentioned in the forums so I: added in tSetKeystore, setup a new TrustStore &amp;amp; KeyStore (&lt;A href="http://www.techbrainwave.com/?p=953" rel="nofollow noopener noreferrer"&gt;http://www.techbrainwave.com/?p=953&lt;/A&gt;), imported the certificate from the server I'm attempting to connect to, learned a heck of a lot along the way, but still get the following error:&lt;BR /&gt;{code}Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target{/code}&lt;BR /&gt;* not able to use POST (server limitation)&lt;BR /&gt;* cannot use tFileFetch (server limitation)&lt;BR /&gt;* headers (authentication/content-type/etc) are correct as validated with another tool&lt;BR /&gt;Any ideas? I'm stumped (I'm also not a java dev so..)..</description>
    <pubDate>Fri, 03 Jan 2014 21:07:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-03T21:07:19Z</dc:date>
    <item>
      <title>tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311622#M82645</link>
      <description>Hi, 
&lt;BR /&gt;i'm trying to connect to my server using tHTTPRequest 
&lt;BR /&gt;attach is the set up. i didn't forget the URI it's just for the screen shot. 
&lt;BR /&gt;here is the error i got: 
&lt;BR /&gt;Starting job GET_DM_DATA at 13:13 13/10/2013. 
&lt;BR /&gt; 
&lt;BR /&gt; connecting to socket on port 3859 
&lt;BR /&gt; connected 
&lt;BR /&gt;2013-10-13 13:13:08|nwZxV5|nwZxV5|nwZxV5|21528|SALESFORCE|GET_DM_DATA|_lB4wkBCIEeO1t5vCWPAWSw|0.1|Default||begin|| 
&lt;BR /&gt;Exception in component tHttpRequest_1 
&lt;BR /&gt;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 
&lt;BR /&gt; at sun.security.ssl.Alerts.getSSLException(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.Handshaker.fatalSE(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.Handshaker.fatalSE(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.Handshaker.processLoop(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.Handshaker.process_record(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) 
&lt;BR /&gt;2013-10-13 13:13:10|nwZxV5|nwZxV5|nwZxV5|SALESFORCE|GET_DM_DATA|Default|6|Java Exception|tHttpRequest_1|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|1 
&lt;BR /&gt;2013-10-13 13:13:10|nwZxV5|nwZxV5|nwZxV5|21528|SALESFORCE|GET_DM_DATA|_lB4wkBCIEeO1t5vCWPAWSw|0.1|Default||end|failure|1703 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at sun.net. 
&lt;A href="http://www.protocol.https.HttpsClient.afterConnect(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsClient.afterConnect(Unknown&lt;/A&gt; Source) 
&lt;BR /&gt; at sun.net. 
&lt;A href="http://www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown&lt;/A&gt; Source) 
&lt;BR /&gt; at sun.net. 
&lt;A href="http://www.protocol.https.HttpsURLConnectionImpl.connect(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsURLConnectionImpl.connect(Unknown&lt;/A&gt; Source) 
&lt;BR /&gt; at salesforce.get_dm_data_0_1.GET_DM_DATA.tHttpRequest_1Process(GET_DM_DATA.java:541) 
&lt;BR /&gt; at salesforce.get_dm_data_0_1.GET_DM_DATA.runJobInTOS(GET_DM_DATA.java:2133) 
&lt;BR /&gt; at salesforce.get_dm_data_0_1.GET_DM_DATA.main(GET_DM_DATA.java:1994) 
&lt;BR /&gt;Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 
&lt;BR /&gt; at sun.security.validator.PKIXValidator.doBuild(Unknown Source) 
&lt;BR /&gt; at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) 
&lt;BR /&gt; at sun.security.validator.Validator.validate(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) 
&lt;BR /&gt; ... 14 more 
&lt;BR /&gt;Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 
&lt;BR /&gt; at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) 
&lt;BR /&gt; at java.security.cert.CertPathBuilder.build(Unknown Source) 
&lt;BR /&gt; ... 20 more 
&lt;BR /&gt;Job GET_DM_DATA ended at 13:13 13/10/2013. 
&lt;BR /&gt;i'm using version 5.2.1 
&lt;BR /&gt;using the same papameters i was able to run it in Mozila browser using rest client add on. 
&lt;BR /&gt;Any clue? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Shahar 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAoz.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141515iEAFEC36254E3ECED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAoz.jpg" alt="0683p000009MAoz.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311622#M82645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311623#M82646</link>
      <description>Hi, &lt;BR /&gt;It seems your server require HTTPS POST? &lt;BR /&gt;Please see this related article &lt;A href="http://stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find&lt;/A&gt;.&lt;BR /&gt;Are you able to successfully import the certificate? By &lt;A href="https://help.talend.com/search/all?query=tSetKeystore&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tSetKeystore&lt;/A&gt; component?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 14 Oct 2013 02:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311623#M82646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-14T02:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311624#M82647</link>
      <description>HI, 
&lt;BR /&gt;i wan't able to enable the keystore. i'm not a java expert 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; . 
&lt;BR /&gt;anything else i can do here? 
&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 14 Oct 2013 09:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311624#M82647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-14T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311625#M82648</link>
      <description>Hi, &lt;BR /&gt;Does the component &lt;A href="https://help.talend.com/search/all?query=tFileFetch&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileFetch&lt;/A&gt; meet your needs. It supports HTTPS connections, you can set authentication in the advanced settings panel of component.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 14 Oct 2013 10:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311625#M82648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-14T10:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311626#M82649</link>
      <description>I tried it, i got different problem on different topic:&lt;BR /&gt;&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=119380#p119380" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=119380#p119380&lt;/A&gt;&lt;BR /&gt;Thanks ! &lt;BR /&gt;Shahar</description>
      <pubDate>Mon, 14 Oct 2013 10:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311626#M82649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-14T10:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311627#M82650</link>
      <description>Hello,&lt;BR /&gt;I'm attempting to run a GET request via HTTPS using tHttpRequest. Was running into all kinds of errors as mentioned in the forums so I: added in tSetKeystore, setup a new TrustStore &amp;amp; KeyStore (&lt;A href="http://www.techbrainwave.com/?p=953" rel="nofollow noopener noreferrer"&gt;http://www.techbrainwave.com/?p=953&lt;/A&gt;), imported the certificate from the server I'm attempting to connect to, learned a heck of a lot along the way, but still get the following error:&lt;BR /&gt;{code}Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target{/code}&lt;BR /&gt;* not able to use POST (server limitation)&lt;BR /&gt;* cannot use tFileFetch (server limitation)&lt;BR /&gt;* headers (authentication/content-type/etc) are correct as validated with another tool&lt;BR /&gt;Any ideas? I'm stumped (I'm also not a java dev so..)..</description>
      <pubDate>Fri, 03 Jan 2014 21:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311627#M82650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-03T21:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311628#M82651</link>
      <description>Hi all,&lt;BR /&gt;I've encountered the same problem.&lt;BR /&gt;Does someone have the solution ?&lt;BR /&gt;Thank you in advance !&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 29 Sep 2014 10:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311628#M82651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-29T10:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311629#M82652</link>
      <description>i have the same problem.</description>
      <pubDate>Sat, 20 Dec 2014 20:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311629#M82652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-20T20:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311630#M82653</link>
      <description>Hi &lt;B&gt;ssalvatierra&lt;/B&gt;,&lt;BR /&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,Helvetica,Arial,sans-serif"&gt;The job should be OK if you have tested&amp;nbsp; tsend mail with gmail.&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Did your company Inbox server require certification?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 22 Dec 2014 08:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311630#M82653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-22T08:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311631#M82654</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;i'm trying to connect to my server using tHTTPRequest&lt;BR /&gt;attach is the set up. i didn't forget the URI it's just for the screen shot. &lt;BR /&gt;here is the error i got: &lt;BR /&gt;Starting job GET_DM_DATA at 13:13 13/10/2013.&lt;BR /&gt;&lt;BR /&gt; connecting to socket on port 3859&lt;BR /&gt; connected&lt;BR /&gt;2013-10-13 13:13:08|nwZxV5|nwZxV5|nwZxV5|21528|SALESFORCE|GET_DM_DATA|_lB4wkBCIEeO1t5vCWPAWSw|0.1|Default||begin||&lt;BR /&gt;Exception in component tHttpRequest_1&lt;BR /&gt;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&lt;BR /&gt; at sun.security.ssl.Alerts.getSSLException(Unknown Source)&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)&lt;BR /&gt; at sun.security.ssl.Handshaker.fatalSE(Unknown Source)&lt;BR /&gt; at sun.security.ssl.Handshaker.fatalSE(Unknown Source)&lt;BR /&gt; at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source)&lt;BR /&gt; at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)&lt;BR /&gt; at sun.security.ssl.Handshaker.processLoop(Unknown Source)&lt;BR /&gt; at sun.security.ssl.Handshaker.process_record(Unknown Source)&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;BR /&gt;2013-10-13 13:13:10|nwZxV5|nwZxV5|nwZxV5|SALESFORCE|GET_DM_DATA|Default|6|Java Exception|tHttpRequest_1|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|1&lt;BR /&gt;2013-10-13 13:13:10|nwZxV5|nwZxV5|nwZxV5|21528|SALESFORCE|GET_DM_DATA|_lB4wkBCIEeO1t5vCWPAWSw|0.1|Default||end|failure|1703&lt;BR /&gt; disconnected&lt;BR /&gt; at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)&lt;BR /&gt; at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)&lt;BR /&gt; at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)&lt;BR /&gt; at salesforce.get_dm_data_0_1.GET_DM_DATA.tHttpRequest_1Process(GET_DM_DATA.java:541)&lt;BR /&gt; at salesforce.get_dm_data_0_1.GET_DM_DATA.runJobInTOS(GET_DM_DATA.java:2133)&lt;BR /&gt; at salesforce.get_dm_data_0_1.GET_DM_DATA.main(GET_DM_DATA.java:1994)&lt;BR /&gt;Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;BR /&gt; at sun.security.validator.PKIXValidator.doBuild(Unknown Source)&lt;BR /&gt; at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)&lt;BR /&gt; at sun.security.validator.Validator.validate(Unknown Source)&lt;BR /&gt; at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)&lt;BR /&gt; at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)&lt;BR /&gt; at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)&lt;BR /&gt; ... 14 more&lt;BR /&gt;Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;BR /&gt; at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)&lt;BR /&gt; at java.security.cert.CertPathBuilder.build(Unknown Source)&lt;BR /&gt; ... 20 more&lt;BR /&gt;Job GET_DM_DATA ended at 13:13 13/10/2013. &lt;BR /&gt;i'm using version 5.2.1&lt;BR /&gt;using the same papameters i was able to run it in Mozila browser using rest client add on.&lt;BR /&gt;Any clue? &lt;BR /&gt;Thanks&lt;BR /&gt;Shahar&lt;BR /&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I am also Facing the same issue .Did you resolved the issue.&amp;nbsp;</description>
      <pubDate>Sun, 12 Mar 2017 17:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311631#M82654</guid>
      <dc:creator>sukumar_c</dc:creator>
      <dc:date>2017-03-12T17:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311632#M82655</link>
      <description>Hi&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sukumar.c&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;,
&lt;BR /&gt;Have you already checked&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;your server&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;certificate? What's java version you are using?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 13 Mar 2017 06:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311632#M82655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T06:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest : PKIX path building failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311633#M82656</link>
      <description>Please help me with below issue 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;Hello! Could someone help me?,&lt;BR /&gt;I'm new in Talend and I'm trying to run a job and get below error. I don't know which component is giving below error and why it is giving error. so somebody please help me.&lt;BR /&gt;please find attached snapshot. &lt;BR /&gt;See the complete error:&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: internal_error&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;INFO: Retrying request&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: internal_error&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;INFO: Retrying request&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: internal_error&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;INFO: Retrying request&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;There isContinue_tFileFetch_1 an exception on: &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;javax.net.ssl.SSLException: Received fatal alert: internal_error&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.Alerts.getSSLException(Unknown Source)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.Alerts.getSSLException(Unknown Source)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.AppOutputStream.write(Unknown Source)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.BufferedOutputStream.flushBuffer(Unknown Source)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.BufferedOutputStream.flush(Unknown Source)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:827)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1975)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tFileFetch_1Process(Reliant_New_Monthend_API.java:4461)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tMysqlInput_2Process(Reliant_New_Monthend_API.java:3857)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tMysqlInput_1Process(Reliant_New_Monthend_API.java:3508)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tMysqlConnection_1Process(Reliant_New_Monthend_API.java:3214)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tSetGlobalVar_1Process(Reliant_New_Monthend_API.java:3087)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.runJobInTOS(Reliant_New_Monthend_API.java:12153)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.main(Reliant_New_Monthend_API.java:11838)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 15 Mar 2017 07:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-PKIX-path-building-failed/m-p/2311633#M82656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T07:27:52Z</dc:date>
    </item>
  </channel>
</rss>

