Dear all,
I tried to configure Http compression in /jbossweb.sar/server.xml
<Connector port="8080" address="${jboss.bind.address}" maxThreads="250"
maxHttpHeaderSize="8192" emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000"
disableUploadTimeout="true" compression="on"></Connector>
But After starting jboss Chrome still show the red cross on https and show
Your connection to 192.168.2.204 is encrypted with 128-bit encryption.
The connection uses TLS 1.0.
The connection is encrypted using AES_128_CBC, with SHA1 for message authentication and DHE_RSA as the key exchange mechanism.
The connection is not compressed.
The server does not support the TLS renegotiation extension.
Also find the screen of chrome browser
Thanks in advance