Re: Failed to create SSL socket (91); Cannot connect to the LDAP server [updated]

2004-03-09 Thread Faisal
ction ldap_con = new LDAPConnection(skt_fctry); ldap_con.connect("host-address", PORT_NUMBER); ... ... ... Enjoy! Regards, Faisal Maqsood "Faisal" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanx Erhyuan Tsai,

Re: Failed to create SSL socket (91); Cannot connect to the LDAP server [updated]

2004-03-07 Thread Faisal
Thanx Erhyuan Tsai, I have already read that archive and tried to contact with Rob seperatly. I am thankfull to you for all this. But I find some thing different that I will post today in brief details. Regards, Faisal. "Erhyuan Tsai" <[EMAIL PROTECTED]> wrote in message news:

Failed to create SSL socket (91); Cannot connect to the LDAP server [updated]

2004-03-03 Thread Faisal
on.connect(LDAPConnection.java:759) at test.utilities.ldap.TestLDAPSearch.connectSSL(TestLDAPSearch.java:281) at test.utilities.ldap.TestLDAPSearch.main(TestLDAPSearch.java:858) Can you please help/guide me that what is wrong/missing with above things? Thanks in advan