> http-8443-1, READ: TLSv1 Application Data, length = 944 > %% No cached client session > *** ClientHello, TLSv1 > ... > http-8443-1, WRITE: TLSv1 Handshake, length = 73 > http-8443-1, WRITE: SSLv2 client hello message, length = 98 > http-8443-1, received EOFException: error > http-8443-1, handling exception: javax.net.ssl.SSLHandshakeException: Remote > host closed connection during handshake
What is your LDAP server software/version? I wonder if it doesn't support SSLv2 client hellos. It's common for servers to require SSLv3/TLSv1, but I believe it's also common to support the v2 client/server hello messages; that's to say it's doubtful that's the problem. But it's very odd that the client closes the connection after the client hello is written. Also note the client is requesting a TLSv1 exchange, so you might also confirm your server software supports that protocol. > It seems that there is some problem with the certificates I don't see any evidence of certificate problems in the trace above. Your problems are well before the certificate exchange. For reference, that happens during the ServerHello message which follows ClientHello. Certificate problems are pretty clear in the SSL trace from my experience. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
