Hello,
I have an application that sends https requests with client authentication from a servlet running on tomcat. Its working fine. When I shutdown Tomcat, I see this message in catalina.out (ssl debug enabled): main, called close() main, called closeInternal(true) main, SEND TLSv1 ALERT: warning, description = close_notify main, WRITE: TLSv1 Alert, length = 18 main, called closeSocket(selfInitiated) If I send 8 https request from tomcat, this message appears 8 times when shutting down tomcat. Is this normal? Does Tomcat maintain any kind of https connection pool and what Im seeing is Tomcat closing this pool? Thanks, Joan.