Hi there,
I tries to make my Tomcat 5.5.25 standalone to only communicate via a
certain encryption. For test I altered the server.xml:
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" keystorePass="***"
ciphers="TLS_DHE_RSA_WITH_AES_256_CBC_SHA"/>
Yet, when I connect to it, it uses a different encryption.
Additionally, I wonder how Tomcat knows, which certificate in the
keystore to use. There is no alias named in server.xml.
Thanks in advance for any hint.
--Stephan
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]