<?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: Cannot downlaod modules: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-downlaod-modules-javax-net-ssl-SSLPeerUnverifiedException/m-p/2381934#M4206</link>
    <description>Hi 
&lt;BR /&gt;According to the installation documentation, IBM JDK is not a supported java environment. 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/reader/K6MGfX3FuK5RGGq5JMB3mA/GftTLST2kdZyupgpc8KkuQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/K6MGfX3FuK5RGGq5JMB3mA/GftTLST2kdZyupgpc8KkuQ&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;So I would suggest you to use a supported JDK so that you can use this product smoothly. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Wed, 08 Apr 2020 10:49:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-08T10:49:04Z</dc:date>
    <item>
      <title>Cannot downlaod modules: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-downlaod-modules-javax-net-ssl-SSLPeerUnverifiedException/m-p/2381933#M4205</link>
      <description>&lt;P&gt;Hi, my OS is ubuntu 18.04.4 LTS, and I am using the IBM jdk: java version "1.8.0_211".&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I launch the talend open studio for data integration 7.3.1, then download the external modules, it is showing the following errors.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[1] Exception occured for https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/xom-1.2.7/6.0.0/xom-1.2.7-6.0.0.jar
java.lang.Exception: https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/xom-1.2.7/6.0.0/xom-1.2.7-6.0.0.jar
        at org.talend.core.nexus.HttpClientTransport.doRequestOne(HttpClientTransport.java:160)
        at org.talend.core.nexus.HttpClientTransport.doRequest(HttpClientTransport.java:97)
        at org.talend.core.nexus.HttpClientTransport.doRequest(HttpClientTransport.java:84)
        at org.talend.librariesmanager.nexus.utils.NexusDownloader.download(NexusDownloader.java:155)
        at org.talend.core.download.DownloadHelperWithProgress.download(DownloadHelperWithProgress.java:90)
        at org.talend.librariesmanager.utils.nexus.NexusDownloadHelperWithProgress.download(NexusDownloadHelperWithProgress.java:95)
        at org.talend.librariesmanager.utils.DownloadModuleRunnable.downLoad(DownloadModuleRunnable.java:129)
        at org.talend.librariesmanager.utils.DownloadModuleRunnable.run(DownloadModuleRunnable.java:87)
        at org.talend.updates.runtime.model.TalendWebServiceUpdateExtraFeature.install(TalendWebServiceUpdateExtraFeature.java:97)
        at org.talend.updates.runtime.engine.InstallNewFeatureJob.installFeature(InstallNewFeatureJob.java:77)
        at org.talend.updates.runtime.engine.InstallNewFeatureJob.run(InstallNewFeatureJob.java:67)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
        at com.ibm.jsse2.ag.getPeerCertificates(ag.java:89)
        at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:126)
        at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:437)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.talend.librariesmanager.nexus.utils.NexusDownloader$1.execute(NexusDownloader.java:101)
        at org.talend.core.nexus.HttpClientTransport.doRequestOne(HttpClientTransport.java:150)
        ... 11 more
ERROR: Download xom-1.2.7.jar : mvn:org.talend.libraries/xom-1.2.7/6.0.0/jar failed!
java.lang.Exception: Download xom-1.2.7.jar : mvn:org.talend.libraries/xom-1.2.7/6.0.0/jar failed!
        at org.talend.librariesmanager.utils.DownloadModuleRunnable.downLoad(DownloadModuleRunnable.java:136)
        at org.talend.librariesmanager.utils.DownloadModuleRunnable.run(DownloadModuleRunnable.java:87)
        at org.talend.updates.runtime.model.TalendWebServiceUpdateExtraFeature.install(TalendWebServiceUpdateExtraFeature.java:97)
        at org.talend.updates.runtime.engine.InstallNewFeatureJob.installFeature(InstallNewFeatureJob.java:77)
        at org.talend.updates.runtime.engine.InstallNewFeatureJob.run(InstallNewFeatureJob.java:67)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.Exception: https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/xom-1.2.7/6.0.0/xom-1.2.7-6.0.0.jar
        at org.talend.core.nexus.HttpClientTransport.doRequestOne(HttpClientTransport.java:160)
        at org.talend.core.nexus.HttpClientTransport.doRequest(HttpClientTransport.java:97)
        at org.talend.core.nexus.HttpClientTransport.doRequest(HttpClientTransport.java:84)
        at org.talend.librariesmanager.nexus.utils.NexusDownloader.download(NexusDownloader.java:155)
        at org.talend.core.download.DownloadHelperWithProgress.download(DownloadHelperWithProgress.java:90)
        at org.talend.librariesmanager.utils.nexus.NexusDownloadHelperWithProgress.download(NexusDownloadHelperWithProgress.java:95)
        at org.talend.librariesmanager.utils.DownloadModuleRunnable.downLoad(DownloadModuleRunnable.java:129)
        ... 5 more
Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
        at com.ibm.jsse2.ag.getPeerCertificates(ag.java:89)
        at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:126)
        at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:437)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.talend.librariesmanager.nexus.utils.NexusDownloader$1.execute(NexusDownloader.java:101)
        at org.talend.core.nexus.HttpClientTransport.doRequestOne(HttpClientTransport.java:150)
        ... 11 more&lt;/PRE&gt; 
&lt;P&gt;From the above, I am showing only the error of xom-1.2.7, same error for all other modules.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any idea for the error? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-downlaod-modules-javax-net-ssl-SSLPeerUnverifiedException/m-p/2381933#M4205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot downlaod modules: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-downlaod-modules-javax-net-ssl-SSLPeerUnverifiedException/m-p/2381934#M4206</link>
      <description>Hi 
&lt;BR /&gt;According to the installation documentation, IBM JDK is not a supported java environment. 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/reader/K6MGfX3FuK5RGGq5JMB3mA/GftTLST2kdZyupgpc8KkuQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/K6MGfX3FuK5RGGq5JMB3mA/GftTLST2kdZyupgpc8KkuQ&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;So I would suggest you to use a supported JDK so that you can use this product smoothly. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 08 Apr 2020 10:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-downlaod-modules-javax-net-ssl-SSLPeerUnverifiedException/m-p/2381934#M4206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T10:49:04Z</dc:date>
    </item>
  </channel>
</rss>

