<?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: SSL error in tRest component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SSL-error-in-tRest-component/m-p/2315649#M86286</link>
    <description>&lt;P&gt;The workaround is already mentioned in the link you provided&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Upgrade to Talend version 6.4.1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;locate this file&amp;nbsp;&lt;STRONG&gt;etc/org.apache.cxf.http.conduits-*.cfg&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;comment out this line&amp;nbsp;&lt;STRONG&gt;tlsClientParameters.disableCNCheck&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;add this new line&amp;nbsp;&lt;STRONG&gt;tlsClientParameters.useHttpsURLConnectionDefaultHostnameVerifier = true&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;if the server CA certificate is already in the JVM's own truststore,&amp;nbsp;&lt;SPAN&gt;comment out all of the lines starting with&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;tlsClientParameters.trustManagers&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2018 09:45:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-03T09:45:00Z</dc:date>
    <item>
      <title>SSL error in tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-error-in-tRest-component/m-p/2315648#M86285</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I'm using tRest component to consume data from Rest webservices.&lt;BR /&gt;My job was working till yesterday but suddenly it started giving me error like this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;com.sun.jersey.api.client.ClientHandlerException: javax.net.ssl.SSLException: Received fatal alert: internal_error&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 project_Rest.jbgetDataRest.jbgetDataRest.tREST_2Process(jbgetDataRest.java:3918)&lt;BR /&gt;at project_Rest.jbgetDataRest.jbgetDataRest.tJava_1Process(jbgetDataRest.java:2587)&lt;BR /&gt;at project_Rest.jbgetDataRest.jbgetDataRest.tJava_16Process(jbgetDataRest.java:24482)&lt;BR /&gt;at project_Rest.jbgetDataRest.jbgetDataRest.runJobInTOS(jbgetDataRest.java:24943)&lt;BR /&gt;at project_Rest.jbgetDataRest.jbgetDataRest.runJob(jbgetDataRest.java:24572)&lt;BR /&gt;at project_Rest.jbgetDataRest.jbgetDataRest.tFileInputDelimited_1Process(jbgetDataRest.java:3179)&lt;BR /&gt;at project_Rest.jbgetDataRest.jbgetDataRest.runJobInTOS(jbgetDataRest.java:4671)&lt;BR /&gt;at project_Rest.jbgetDataRest.jbgetDataRest.main(jbgetDataRest.java:4276)&lt;BR /&gt;Caused by: javax.net.ssl.SSLException: Received fatal alert: internal_error&lt;BR /&gt;at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)&lt;BR /&gt;at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2023)&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1125)&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1513" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1513&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441&lt;/A&gt;)&lt;BR /&gt;at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338&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;&lt;BR /&gt;So I have found this while doing google&lt;BR /&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EjMAAU" target="_blank"&gt;https://community.talend.com/t5/Migration-Configuration-and/tRestClient-SSL-issue-Received-fatal-alert-internal-error/ta-p/31130&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;May I know please how I can fix this using workaround solution ? Where I need to update that entry ? And why this error suddenly happened ?&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 07:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-error-in-tRest-component/m-p/2315648#M86285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T07:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error in tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-error-in-tRest-component/m-p/2315649#M86286</link>
      <description>&lt;P&gt;The workaround is already mentioned in the link you provided&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Upgrade to Talend version 6.4.1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;locate this file&amp;nbsp;&lt;STRONG&gt;etc/org.apache.cxf.http.conduits-*.cfg&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;comment out this line&amp;nbsp;&lt;STRONG&gt;tlsClientParameters.disableCNCheck&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;add this new line&amp;nbsp;&lt;STRONG&gt;tlsClientParameters.useHttpsURLConnectionDefaultHostnameVerifier = true&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;if the server CA certificate is already in the JVM's own truststore,&amp;nbsp;&lt;SPAN&gt;comment out all of the lines starting with&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;tlsClientParameters.trustManagers&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-error-in-tRest-component/m-p/2315649#M86286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T09:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error in tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-error-in-tRest-component/m-p/2315650#M86287</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOXoAAO"&gt;@jcruie&lt;/A&gt;&amp;nbsp;Where I can locate this file&amp;nbsp;&lt;STRONG&gt;etc/org.apache.cxf.http.conduits-*.cfg ? I'm not able to find any etc folder in workspace ....!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 11:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-error-in-tRest-component/m-p/2315650#M86287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T11:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error in tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-error-in-tRest-component/m-p/2315651#M86288</link>
      <description>&lt;P&gt;In my setup it's like this C:\talend\TOS_ESB-20161216_1026-V6.3.1\Runtime_ESBSE\container\etc&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 12:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-error-in-tRest-component/m-p/2315651#M86288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T12:22:43Z</dc:date>
    </item>
  </channel>
</rss>

