<?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: LDAP SSL connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/LDAP-SSL-connection/m-p/2277475#M53246</link>
    <description>Hi 
&lt;BR /&gt;Take a look at a similar 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCjc9CAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/How-to-establish-an-SSL-connection-to-LDAP/td-p/69280&lt;/A&gt;, I will notify this post to mailtopaddy, hope he can help you. 
&lt;BR /&gt;Shong</description>
    <pubDate>Sat, 08 Feb 2014 03:47:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-08T03:47:11Z</dc:date>
    <item>
      <title>LDAP SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/LDAP-SSL-connection/m-p/2277474#M53245</link>
      <description>Hello, 
&lt;BR /&gt;I would like done a TLdapConnection with SSL. 
&lt;BR /&gt;I already install certificat (".cer) on my Windows 7. SSL port is ok. 
&lt;BR /&gt;But when i run i get error. If i check AC Advanced and check "accept all certificats as true" it workd but certificat is not certified. 
&lt;BR /&gt;I try also to use keytool but result is the same. 
&lt;BR /&gt;Some one can help me please? 
&lt;BR /&gt;Below error : 
&lt;BR /&gt; 
&lt;BR /&gt; connecting to socket on port 3895 
&lt;BR /&gt; connected 
&lt;BR /&gt;SSL Error:CA certificate is not in the server certificate chain. 
&lt;BR /&gt;Please use the keytool command to import the server certificate. 
&lt;BR /&gt;Exception in component tLDAPConnection_3 
&lt;BR /&gt;javax.naming.CommunicationException: simple bind failed: 172.17.145.20:636 
&lt;BR /&gt; at com.sun.jndi.ldap.LdapClient.authenticate(Unknown Source) 
&lt;BR /&gt; at com.sun.jndi.ldap.LdapCtx.connect(Unknown Source) 
&lt;BR /&gt; at com.sun.jndi.ldap.LdapCtx.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(Unknown Source) 
&lt;BR /&gt; at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(Unknown Source) 
&lt;BR /&gt; at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(Unknown Source) 
&lt;BR /&gt; at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(Unknown Source) 
&lt;BR /&gt; at javax.naming.spi.NamingManager.getInitialContext(Unknown Source) 
&lt;BR /&gt; at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source) 
&lt;BR /&gt; at javax.naming.InitialContext.init(Unknown Source) 
&lt;BR /&gt; at javax.naming.ldap.InitialLdapContext.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at alimentation_sso.jb_alimentationannuairesso_01_copy_0_1.JB_AlimentationAnnuaireSSO_01_Copy.tLDAPConnection_3Process(JB_AlimentationAnnuaireSSO_01_Copy.java:663) 
&lt;BR /&gt; at alimentation_sso.jb_alimentationannuairesso_01_copy_0_1.JB_AlimentationAnnuaireSSO_01_Copy.runJobInTOS(JB_AlimentationAnnuaireSSO_01_Copy.java:3012) 
&lt;BR /&gt; at alimentation_sso.jb_alimentationannuairesso_01_copy_0_1.JB_AlimentationAnnuaireSSO_01_Copy.main(JB_AlimentationAnnuaireSSO_01_Copy.java:2700) 
&lt;BR /&gt;Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Untrusted Server Certificate Chain 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.AppOutputStream.write(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedOutputStream.flushBuffer(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedOutputStream.flush(Unknown Source) 
&lt;BR /&gt; at com.sun.jndi.ldap.Connection.writeRequest(Unknown Source) 
&lt;BR /&gt; at com.sun.jndi.ldap.Connection.writeRequest(Unknown Source) 
&lt;BR /&gt; at com.sun.jndi.ldap.LdapClient.ldapBind(Unknown Source) 
&lt;BR /&gt; ... 14 more 
&lt;BR /&gt;Caused by: java.security.cert.CertificateException: Untrusted Server Certificate Chain 
&lt;BR /&gt; at com.sun.net.ssl.X509TrustManagerJavaxWrapper.checkServerTrusted(Unknown Source) 
&lt;BR /&gt; ... 27 more 
&lt;BR /&gt; disconnected</description>
      <pubDate>Mon, 27 Jan 2014 10:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/LDAP-SSL-connection/m-p/2277474#M53245</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-01-27T10:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/LDAP-SSL-connection/m-p/2277475#M53246</link>
      <description>Hi 
&lt;BR /&gt;Take a look at a similar 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCjc9CAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/How-to-establish-an-SSL-connection-to-LDAP/td-p/69280&lt;/A&gt;, I will notify this post to mailtopaddy, hope he can help you. 
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 08 Feb 2014 03:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/LDAP-SSL-connection/m-p/2277475#M53246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-08T03:47:11Z</dc:date>
    </item>
  </channel>
</rss>

