SSL访问提示 no common encryption algorithm

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSL访问提示 no common encryption algorithm相关的知识,希望对你有一定的参考价值。

客户端为:redhat6.4 firefox 10.1

服务器端部署环境为:jdk 1.7, tomcat 版本未知

客户端访问服务器时,提示如下错误:

技术分享

解决办法:

经过测试,由于tomcat的server.xml文件配置需要修改,具体如下:

<Connector
           protocol="org.apache.coyote.http11.Http11NioProtocol"
           port="8443" maxThreads="200"
           scheme="https" secure="true" SSLEnabled="true" 
           sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" 
           ciphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, 
           TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, 
           TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_RC4_128_SHA, 
           TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256, 
           TLS_RSA_WITH_AES_256_CBC_SHA,SSL_RSA_WITH_RC4_128_SHA" 
           keystoreFile="/root/home/tomcat.keystore" keystorePass="password"
           clientAuth="false" sslProtocol="TLS"/>

期间也将protocol="org.apache.coyote.http11.Http11Protocol"  改为 protocol="org.apache.coyote.http11.Http11NioProtocol",测试没有成功,随后通过“sslEnabledProtocols”、“ciphers”指定协议和算法,最后测试成功,成功后没有修改protoco值,是否有影响,还需待检测。

以上是关于SSL访问提示 no common encryption algorithm的主要内容,如果未能解决你的问题,请参考以下文章

ssl协议未开启

connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "java.lang.Runt

Let‘s Encrypt申请ssl证书

Pandorabox路由器申请Let's Encrypt证书,为内网web服务提供SSL支持

python安装提示No module named setuptools,wget提示ERROR 403: SSL is required

初次使用git就遭遇不测,提示没有这个服务连接和需要配置git的一个http参数 NO network connection,SSl host could not be verified ...