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.
I have an index page which has imports of javascipt files, CSS files,...
around 40. It means generates 40 ssl requests to server for downloading the all
imported files.
When I make the ssl request to index page trying to download and finally fails
with below ssl errors.
Could you please suggest me if I am missing any connector attributes for
downloading limit / threads limit?
-----------ERROR-------------------
%% Invalidated: [Session-57, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA]
http-bio-10.4.20.46-50002-exec-1, SEND TLSv1.2 ALERT: fatal, description =
unexpected_message
Padded plaintext before ENCRYPTION: len = 48
0000: A3 CD E0 DA D3 17 56 73 B2 76 7D E1 3A 92 4A ED ......Vs.v..:.J.
0010: 02 0A 25 91 57 3D D1 24 01 09 29 0B 56 42 CE B7 ..%.W=.$..).VB..
0020: 20 16 5B 49 BA EC 09 09 09 09 09 09 09 09 09 09 .[I............
http-bio-10.4.20.46-50002-exec-1, WRITE: TLSv1.2 Alert, length = 48
http-bio-10.4.20.46-50002-exec-1, Exception sending alert:
java.net.SocketException: Software caused connection abort: socket write error
http-bio-10.4.20.46-50002-exec-1, called closeSocket()
http-bio-10.4.20.46-50002-exec-1, called close()
http-bio-10.4.20.46-50002-exec-1, called closeInternal(true)
Thanks
Venkata