> From: Joan Balagueró Ventus Proxy [mailto:joan.balagu...@ventusproxy.com] > Subject: SSL question
> 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) None of those messages are generated by Tomcat itself - look inside your webapp. > Is this normal? That's up to you to decide. > Does Tomcat maintain any kind of https connection pool and > what I'm seeing is Tomcat closing this pool? Tomcat does not contain _any_ HTTP[S] client code - it's all in your webapp or libraries your webapp is using. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org