This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Java Products and Servers and the fly likes LDAP and SSL behavior in iPlanet 6.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "LDAP and SSL behavior in iPlanet 6.1" Watch "LDAP and SSL behavior in iPlanet 6.1" New topic
Author

LDAP and SSL behavior in iPlanet 6.1

Theodore Casser
Ranch Hand

Joined: Mar 14, 2001
Posts: 1902

Hey, everyone. Not having gotten a response in the Sockets forum, and narrowing down my problem, I thought I'd come ask here.
I'm trying to build a servlet to reach out and get information from a secure LDAP instance. The stand-alone version of my code works just fine on my local machine, as does the servlet version. The stand-alone version works fine on the server machine, behind a load-balancer and firewall, but the servlet returns a SSLHandshakeException, informing me that the remote host closed the connection.
The server is using JDK 1.4.2_01. (We're using Netscape Enterprise Server 6.1, but it's identical as far as we can see to iPlanet 6.1.) I don't see anything in particular that might be throwing off the connection, so I thought to ask if anyone else has had to work around this problem.
Thanks!


Theodore Jonathan Casser
SCJP/SCSNI/SCBCD/SCWCD/SCDJWS/SCMAD/SCEA/MCTS/MCPD... and so many more letters than you can shake a stick at!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: LDAP and SSL behavior in iPlanet 6.1
 
Similar Threads
iPlanet crash
Connection Pool iPlanet Web Server 6.0
iplanet unable to lookup EJB in weblogic4.5.1
Accessing WAS 6.1 JNDI from client app
How do i run JSPs in IPlanet 4.1?