Re: EOFException when connecting to ldap server with jndi

2004-06-04 Thread mark brophy
Hi: Okay, sorry 'bout that... I'll try over there. Thanks for the suggestion on the tls.close()/ctx.close removal, but I'm stilll about out of luck. Cya, -Mark From: Lawrence Bowie <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: EOFExcepti

Re: EOFException when connecting to ldap server with jndi

2004-06-03 Thread Lawrence Bowie
You need to post to http://forum.java.sun.com/index.jsp at the Java Secure Socket Extensions section. Also, the EOFException means your connection closed unexpectedly .. I would lose tls.close(); ctx.close(); LDB mark brophy wrote: Hi all: This is my first post, so please redirect me if I'm in

EOFException when connecting to ldap server with jndi

2004-06-03 Thread mark brophy
Hi all: This is my first post, so please redirect me if I'm in the wrong place. I've been having the same problem for weeks, and I can't seem to get around it. I'm connecting to an openldap server using tls/ssl (openssl), and I'm constantly getting an eofexception around the time of tls READ on