Good afternoon,​I have a SHA2 certificate for a RHEL 6 server using 
tomcat 7.0.57.Port 8443 is listening, selinux is disabled, and have tried it 
with 8443 enabled in firewall and with firewall off. After receiving the .crt 
file from GoDaddy: ran the 4 keytool -import commands:     For the alias=root, 
I used gdroot-g2.crt(from repository)     For the alias=intermed, I used 
gd_ig2.crt(from GoDaddy)     For the alias=cross, I used 
gdroot-g2_cross.crt(from repository)     For the alias= tomcat, I used the <the 
alphanumeric>.crt(from GoDaddy)I see all the entries when I did the keytool 
-list I made this change in server.xml:<Connector port="8443" maxThreads="200" 
SSLEnabled="true" scheme="https" secure="true" clientAuth="false" 
sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" keystoreFile="path to .keystore 
file" keystorePass="keystore password" /> I thenshutdown tomcatstartup tomcat 
When I go to the URL in the browser with the port 8443, I get this:Firefox:
 Cannot communicate securely with peer: no common encryption algorithm(s). 
(Error code: ssl_error_no_cypher_overlap) &#8203;

Chrome:
A secure connection cannot be established because this site uses an unsupported 
protocol.Error code: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Thank you

____________________________________________________________
NetZero now offers 4G mobile broadband. Sign up now.
http://www.netzero.net/?refcd=NZINTISP0512T4GOUT1

Reply via email to