On Thu, Mar 19, 2009 at 7:10 AM, Mike Muske <[email protected]> wrote: [snip]
> [ INFO] 2009-03-19 00:46:45,466 [] [173.8.106.105] RECEIVED: AUTH TLS > [DEBUG] 2009-03-19 00:47:22,966 [] [] Unexpected exception from > SSLEngine.closeInbound(). > javax.net.ssl.SSLException: Inbound closed before receiving peer's > close_notify: possible truncation attack? > at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown > Source) [snip] > That's it, I'm wondering if the client is just not accepting the key since > it is self-signed... It sure looks like it (and in fact, that's what to expect from the client if it doesn't ask to user to approve the certificate like most browsers do). You somehow need to add the certificate to the clients keystore (or to Windows or wherever the clients checks against). Or, you need to get a certificate signed by a trusted CA. > p.s. I'm subscribed to the user list, yet I didn't get your response via > email. > So I'm not sure how to keep adding replies to the thread. This email is a > result > of hitting the 'reply via email to' button at the bottom of the web page. it might be a good idea to subscribe yourself to the mailing list, it's fairly low traffic :-) /niklas
