Dear all,

I need to implement secure connection within tomcat. That's why I need to 
implement certificate on tomcat.
I've made a CSR in order for my company to provide me certificates and CA.
I've implemented the configuration in TOMCAT to activate https to use my 
keystore.
But now when I connect to TOMCAT my browser warns me like that


This Page can't be displayed : Turn on TLS 1.0,TLS 1?1 and TLS1.2 in advanced 
settings...
It is possible that this site uses an unsupported protocol or cipher suite such 
as RC4.


Here is my connector configuration:

<Connector port="8443" protocol="org.apache.coyote.http11.Http11Nio2Protocol"
         maxThreads="200" scheme="https" secure="true" SSLEnabled="true"
         keystoreFile="/local/home/root_168563/.keystore" 
keystorePass="changeit"
         clientAuth="false"  />


Thanks by advance.


<html><head></head><body><font color="black" face="arial" size="2">
The information in this e-mail is confidential. The contents may not be 
disclosed or used by anyone other than the addressee. Access to this e-mail by 
anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and 
delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of 
this e-mail as it has been sent over public networks. If you have any concerns 
over the content of this message or its Accuracy or Integrity, please contact 
Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus 
scanning software but you should take whatever measures you deem to be 
appropriate to ensure that this message and any attachments are virus free.
</font>
</body>
</html>

Reply via email to