The above error will occur if the company website is accessed using Firefox and Samsung devices using HTTPS. The certificate is really bought. The following method works. From http://www.cnblogs.com/milton/p/4624559.html
The following error occurred when ff visited a self-signed internal website
SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message. (Error code: ssl_error_weak_server_ephemeral_dh_key)
Tomcat is used by the server. The solution is to modify Tomcat /conf/server.xml, change the configuration, and add sslEnabledProtocols and Ciphers
<Connector protocol="org.apache.coyote.http11.Http11Protocol" port="9443" minSpareThreads="5" maxSpareThreads="75" enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" keystoreFile="/home/tomc/apache-tomcat-7.0.33/conf/server.keystore" keystorePass="111111" clientAuth="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" URIEncoding="UTF-8"/>
Read More:
- Oracle EM certificate error SSL_ error_ weak_ server_ cert_ Key
- “Nsurlsession / nsurlconnection HTTP load failed (kcfstreamerdomainssl, – 9806” appears when afnetworking accesses HTTPS
- firefox ssl_error_unsupported_version
- Idea svn connection https error report: E230001: Server SSL certificate verification failed: certificate issued
- SSL handshake failed: SSL error: illegal key usage detected in the certificate
- wget OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
- An error is reported when you open HTTPS with the following error code: SSL_ error_ ssl_ Disabled) (solved)
- When we crawl to the HTTPS website, the SSL certificate error is solved
- Implementation of HTTPS file server based on nginx in win2012
- (20210301 solved) can’t connect to HTTPS URL because the SSL module is not available
- PHP function file_ get_ Contents() reports an error when using HTTPS protocol: SSL operation failed
- Abnormal report error javax.net.ssl .SSLHandshakeException: server certificate change is restrictedduring renegotiation
- cURL error 35:error:140770FC:SSL routines:SSL_23_GET_SERVER_HELLO:unknown protocol
- Git clone appears fatal: unable to access’ https://github.com/… The solution to the problem
- Curl HTTPS returned errno 35 (SSL connect error) error
- SSL appears in foxes_ error_ unsupported_ Version problem
- ssl_ error_ Rx_ record_ too_ Long and Apache SSL solution
- Self test error when springboot accesses es and starts
- server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
- CentOS Liunx 7 uses rdesktop to remotely connect to the Alibaba Cloud server and it appears Failed to connect, CredSSP required by server.