<?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 Certificate problem : job doesn&amp;quot;t work in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Certificate-problem-job-doesn-quot-t-work/m-p/2338709#M106922</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you very much for this community, very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use an API to get route calculation.&lt;/P&gt;&lt;P&gt;But when I try to use tREST with the right URL i have a certificate issue.&lt;/P&gt;&lt;P&gt;I already put the right certificate (.crt) into CACERTS file in Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the URL from API :&lt;/P&gt;&lt;P&gt;"https://wxs.ign.fr/calcul/geoportail/itineraire/rest/1.0.0/route?resource=bdtopo-osrm&amp;amp;start=2.337306%2C48.849319&amp;amp;end=2.367776%2C48.852891&amp;amp;profile=car&amp;amp;optimization=fastest&amp;amp;constraints=%7B%22constraintType%22%3A%22banned%22%2C%22key%22%3A%22wayType%22%2C%22operator%22%3A%22%3D%22%2C%22value%22%3A%22autoroute%22%7D&amp;amp;getSteps=true&amp;amp;getBbox=true&amp;amp;distanceUnit=kilometer&amp;amp;timeUnit=hour&amp;amp;crs=EPSG%3A4326"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Talend error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception in component tREST_2 (itineraires_covoiturage)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;com.sun.jersey.api.client.ClientHandlerException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:131)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.Client.handle(Client.java:616)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.WebResource.handle(WebResource.java:559)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.WebResource.get(WebResource.java:182)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at local_project.itineraires_covoiturage_0_1.itineraires_covoiturage.tREST_2Process(itineraires_covoiturage.java:671)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at local_project.itineraires_covoiturage_0_1.itineraires_covoiturage.runJobInTOS(itineraires_covoiturage.java:1124)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at local_project.itineraires_covoiturage_0_1.itineraires_covoiturage.main(itineraires_covoiturage.java:921)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.Alert.createSSLException(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.fatal(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.fatal(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.fatal(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLHandshake.consume(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.dispatch(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLTransport.decode(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.decode(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.https.httpsclient.afterconnect%28unknown/" target="_blank"&gt;http://www.protocol.https.HttpsClien...onnect(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.https.abstractdelegatehttpsurlconnection.connect%28unknown/" target="_blank"&gt;http://www.protocol.https.AbstractDe...onnect(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.http.httpurlconnection.getinputstream0%28unknown/" target="_blank"&gt;http://www.protocol.http.HttpURLConn...tream0(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.http.httpurlconnection.getinputstream%28unknown/" target="_blank"&gt;http://www.protocol.http.HttpURLConn...Stream(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at java.net.HttpURLConnection.getResponseCode(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.https.httpsurlconnectionimpl.getresponsecode%28unknown/" target="_blank"&gt;http://www.protocol.https.HttpsURLCo...seCode(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:218)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:129)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... 6 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.validator.PKIXValidator.doBuild(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.validator.Validator.validate(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... 26 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at java.security.cert.CertPathBuilder.build(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... 32 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tancredi&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2023 09:53:54 GMT</pubDate>
    <dc:creator>tan85</dc:creator>
    <dc:date>2023-03-24T09:53:54Z</dc:date>
    <item>
      <title>Certificate problem : job doesn"t work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Certificate-problem-job-doesn-quot-t-work/m-p/2338709#M106922</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you very much for this community, very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use an API to get route calculation.&lt;/P&gt;&lt;P&gt;But when I try to use tREST with the right URL i have a certificate issue.&lt;/P&gt;&lt;P&gt;I already put the right certificate (.crt) into CACERTS file in Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the URL from API :&lt;/P&gt;&lt;P&gt;"https://wxs.ign.fr/calcul/geoportail/itineraire/rest/1.0.0/route?resource=bdtopo-osrm&amp;amp;start=2.337306%2C48.849319&amp;amp;end=2.367776%2C48.852891&amp;amp;profile=car&amp;amp;optimization=fastest&amp;amp;constraints=%7B%22constraintType%22%3A%22banned%22%2C%22key%22%3A%22wayType%22%2C%22operator%22%3A%22%3D%22%2C%22value%22%3A%22autoroute%22%7D&amp;amp;getSteps=true&amp;amp;getBbox=true&amp;amp;distanceUnit=kilometer&amp;amp;timeUnit=hour&amp;amp;crs=EPSG%3A4326"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Talend error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception in component tREST_2 (itineraires_covoiturage)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;com.sun.jersey.api.client.ClientHandlerException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:131)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.Client.handle(Client.java:616)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.WebResource.handle(WebResource.java:559)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.WebResource.get(WebResource.java:182)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at local_project.itineraires_covoiturage_0_1.itineraires_covoiturage.tREST_2Process(itineraires_covoiturage.java:671)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at local_project.itineraires_covoiturage_0_1.itineraires_covoiturage.runJobInTOS(itineraires_covoiturage.java:1124)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at local_project.itineraires_covoiturage_0_1.itineraires_covoiturage.main(itineraires_covoiturage.java:921)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.Alert.createSSLException(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.fatal(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.fatal(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.fatal(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLHandshake.consume(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.dispatch(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLTransport.decode(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.decode(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.https.httpsclient.afterconnect%28unknown/" target="_blank"&gt;http://www.protocol.https.HttpsClien...onnect(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.https.abstractdelegatehttpsurlconnection.connect%28unknown/" target="_blank"&gt;http://www.protocol.https.AbstractDe...onnect(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.http.httpurlconnection.getinputstream0%28unknown/" target="_blank"&gt;http://www.protocol.http.HttpURLConn...tream0(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.http.httpurlconnection.getinputstream%28unknown/" target="_blank"&gt;http://www.protocol.http.HttpURLConn...Stream(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at java.net.HttpURLConnection.getResponseCode(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.net.&lt;/P&gt;&lt;A href="http://www.protocol.https.httpsurlconnectionimpl.getresponsecode%28unknown/" target="_blank"&gt;http://www.protocol.https.HttpsURLCo...seCode(Unknown&lt;/A&gt;&lt;P&gt;&amp;nbsp;Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:218)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:129)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... 6 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.validator.PKIXValidator.doBuild(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.validator.Validator.validate(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... 26 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at java.security.cert.CertPathBuilder.build(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... 32 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tancredi&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 09:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Certificate-problem-job-doesn-quot-t-work/m-p/2338709#M106922</guid>
      <dc:creator>tan85</dc:creator>
      <dc:date>2023-03-24T09:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate problem : job doesn"t work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Certificate-problem-job-doesn-quot-t-work/m-p/2338710#M106923</link>
      <description>&lt;P&gt;Hello @Tancredi POZZANA​&amp;nbsp;,  regarding to the error log, the problem is that it can not find the ssl certificate.&lt;/P&gt;&lt;P&gt;could you please try to add tSetKeystore and let it point to the cacerts keystore path that contains the ssl certificate before the tRest component in the job  to re-try?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 02:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Certificate-problem-job-doesn-quot-t-work/m-p/2338710#M106923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-27T02:21:48Z</dc:date>
    </item>
  </channel>
</rss>

