<?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: Calling REST service Get call over HTTPS and OAuth in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Calling-REST-service-Get-call-over-HTTPS-and-OAuth/m-p/2326846#M96282</link>
    <description>If I use tHttpRequest then I am getting the following error. 
&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; 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 biomarin.resttest_0_1.RestTest.tHttpRequest_1Process(RestTest.java:540) 
&lt;BR /&gt; at biomarin.resttest_0_1.RestTest.tJava_1Process(RestTest.java:793) 
&lt;BR /&gt; at biomarin.resttest_0_1.RestTest.tSetKeystore_1Process(RestTest.java:918) 
&lt;BR /&gt; at biomarin.resttest_0_1.RestTest.runJobInTOS(RestTest.java:1139) 
&lt;BR /&gt; at biomarin.resttest_0_1.RestTest.main(RestTest.java:996) 
&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; ... 16 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.build(Unknown Source) 
&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; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDhB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144260i19144187B39CD1B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDhB.png" alt="0683p000009MDhB.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Thu, 30 Mar 2017 21:17:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-30T21:17:53Z</dc:date>
    <item>
      <title>Calling REST service Get call over HTTPS and OAuth</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-REST-service-Get-call-over-HTTPS-and-OAuth/m-p/2326845#M96281</link>
      <description>Hi, 
  &lt;BR /&gt;I am trying to&amp;nbsp;call a REST service Get call over HTTPS and OAuth using tRestClient. But I am getting the following error. 
  &lt;BR /&gt;Exception in component tRESTClient_1 
  &lt;BR /&gt;javax.ws.rs.ProcessingException: java.net.SocketException: SocketException invoking 
  &lt;A href="https://voyagerwebapi.dev.caremetx.com/api/DiseaseFund/501/HasBalanceTalendJob"&gt;https://voyagerwebapi.dev.caremetx.com/api/DiseaseFund/501/HasBalanceTalendJob&lt;/A&gt;: Connection reset 
  &lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient.checkClientException(AbstractClient.java:582) 
  &lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient.preProcessResult(AbstractClient.java:564) 
  &lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doResponse(WebClient.java:1144) 
  &lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1094) 
  &lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:894) 
  &lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:865) at org.apach
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mcln"&gt;here&lt;/A&gt;</description>
      <pubDate>Thu, 30 Mar 2017 21:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-REST-service-Get-call-over-HTTPS-and-OAuth/m-p/2326845#M96281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-30T21:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calling REST service Get call over HTTPS and OAuth</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-REST-service-Get-call-over-HTTPS-and-OAuth/m-p/2326846#M96282</link>
      <description>If I use tHttpRequest then I am getting the following error. 
&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; 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 biomarin.resttest_0_1.RestTest.tHttpRequest_1Process(RestTest.java:540) 
&lt;BR /&gt; at biomarin.resttest_0_1.RestTest.tJava_1Process(RestTest.java:793) 
&lt;BR /&gt; at biomarin.resttest_0_1.RestTest.tSetKeystore_1Process(RestTest.java:918) 
&lt;BR /&gt; at biomarin.resttest_0_1.RestTest.runJobInTOS(RestTest.java:1139) 
&lt;BR /&gt; at biomarin.resttest_0_1.RestTest.main(RestTest.java:996) 
&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; ... 16 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.build(Unknown Source) 
&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; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDhB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144260i19144187B39CD1B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDhB.png" alt="0683p000009MDhB.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 30 Mar 2017 21:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-REST-service-Get-call-over-HTTPS-and-OAuth/m-p/2326846#M96282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-30T21:17:53Z</dc:date>
    </item>
  </channel>
</rss>

