On 05/06/2016 16:32, Venkata Reddy P wrote: > Hi, > > I have a setup with Tomcat8.0.33,jre8u91 and with ssl enabled with http > connector. > <Connector SSLEnabled="true" acceptCount="100" > address="10.4.20.46" connectionTimeout="-1" > disableUploadTimeout="true" enableLookups="false" > maxHttpHeaderSize="8192" > maxThreads="500" port="50002" > protocol="com.poc.tomcat8.SSLHttp11Protocol" > scheme="https" secure="true" /> > > Most of the application works on ssl without any issues but while downloading > JS,CSS files seems to be failing. I can't suspect the ssl implementation.
Why not? We haven't seen any reports from users using the default TLS implementation. You are using a custom TLS implementation any you are seeing errors. Absent some VERY strong evidence this is a Tomcat bug, all the indications are that the bug is in com.poc.tomcat8.SSLHttp11Protocol Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org