<?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: tRest and SSL erros in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tRest-and-SSL-erros/m-p/2357687#M122902</link>
    <description>Hey, I answered this myself. I found a reference to tSetKeystore. This worked 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Can anyone tell me why?</description>
    <pubDate>Thu, 24 Apr 2014 17:33:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-24T17:33:23Z</dc:date>
    <item>
      <title>tRest and SSL erros</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-and-SSL-erros/m-p/2357686#M122901</link>
      <description>I am trying to use the Rest component with https. I have install the cert of the root(godaddy) and the domain using keytool. My other java based tools work with service. I have also set my $JAVAHOME. I am on a mac 10/9 using java 1.6. 
&lt;BR /&gt;Help. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Jamie 
&lt;BR /&gt;Exception in component tREST_1 
&lt;BR /&gt;com.sun.jersey.api.client.ClientHandlerException: 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 com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:131) 
&lt;BR /&gt; at com.sun.jersey.api.client.Client.handle(Client.java:616) 
&lt;BR /&gt; at com.sun.jersey.api.client.WebResource.handle(WebResource.java:559) 
&lt;BR /&gt; at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:72) 
&lt;BR /&gt; at com.sun.jersey.api.client.WebResource$Builder.get(WebResource.java:454) 
&lt;BR /&gt; at new_laptop.resttest_0_1.RestTest.tREST_1Process(RestTest.java:590) 
&lt;BR /&gt; at new_laptop.resttest_0_1.RestTest.runJobInTOS(RestTest.java:931) 
&lt;BR /&gt; at new_laptop.resttest_0_1.RestTest.main(RestTest.java:796) 
&lt;BR /&gt;Caused by: 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; disconnected 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1747) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:241) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:235) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1209) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:135) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:943) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199) 
&lt;BR /&gt; at sun.net. 
&lt;A href="http://www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:476" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:476&lt;/A&gt;) 
&lt;BR /&gt; at sun.net. 
&lt;A href="http://www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166&lt;/A&gt;) 
&lt;BR /&gt; at sun.net. 
&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1195" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1195&lt;/A&gt;) 
&lt;BR /&gt; at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379) 
&lt;BR /&gt; at sun.net. 
&lt;A href="http://www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318&lt;/A&gt;) 
&lt;BR /&gt; at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:218) 
&lt;BR /&gt; at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:129) 
&lt;BR /&gt; ... 7 more 
&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(PKIXValidator.java:323) 
&lt;BR /&gt; at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217) 
&lt;BR /&gt; at sun.security.validator.Validator.validate(Validator.java:218) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1188) 
&lt;BR /&gt; ... 21 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(SunCertPathBuilder.java:174) 
&lt;BR /&gt; at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238) 
&lt;BR /&gt; at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318) 
&lt;BR /&gt; ... 27 more</description>
      <pubDate>Thu, 24 Apr 2014 16:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-and-SSL-erros/m-p/2357686#M122901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T16:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: tRest and SSL erros</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-and-SSL-erros/m-p/2357687#M122902</link>
      <description>Hey, I answered this myself. I found a reference to tSetKeystore. This worked 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Can anyone tell me why?</description>
      <pubDate>Thu, 24 Apr 2014 17:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-and-SSL-erros/m-p/2357687#M122902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T17:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: tRest and SSL erros</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-and-SSL-erros/m-p/2357688#M122903</link>
      <description>I was having the same issue. here are the steps i did to fixed it this is in windows:&lt;BR /&gt;1. go to browser and type the https site. &lt;BR /&gt;2. i used internet explorer: right click-&amp;gt;properties for that page-&amp;gt;Certificates-&amp;gt;Details tab (copy to button) export it to your drive.&lt;BR /&gt;3. added to java trusterd cacerts..&amp;nbsp; open command line and go to your java\jreX\bin &lt;BR /&gt;4. type: keytool -import -trustcacerts -file &amp;lt;type the path of the file where you exported&amp;gt; -alias &amp;lt;aliasname&amp;gt; -keystore &amp;lt;java_home/jrex/lib/security/cacerts&amp;gt;</description>
      <pubDate>Fri, 03 Jun 2016 19:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-and-SSL-erros/m-p/2357688#M122903</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-06-03T19:46:37Z</dc:date>
    </item>
  </channel>
</rss>

