当前位置:网站首页>What about SSL certificate errors? Solutions to common SSL certificate errors in browsers
What about SSL certificate errors? Solutions to common SSL certificate errors in browsers
2022-07-05 11:15:00 【Hua Weiyun】
adopt SSL To ensure the encryption and transmission of website data communication , Certificate is one of the important means to solve Internet information security . However , stay SSL After certificate installation , It doesn't mean that the website is safe . When we visit the website , We may encounter all kinds of mistakes , So how to solve these problems , To ensure the normal operation of the website ?
Report errors :NET::ERR_CERT_DATE_INVALID
reason :SSL Certificate expired
Solution : Certificate expired and deleted , Re applying for a new certificate and installing it correctly can solve the error .
Report errors :NET::ERR_CERT_COMMON_NAME_INVALID
reason : The certificate used by the website does not match the domain name
Solution : The domain name supported by the certificate is inconsistent with the website domain name . let me put it another way , The website uses the wrong certificate . The solution is to reinstall Website SSL certificate .
Report errors :NET::ERR_CERT_AUTHORITY_INVALID
reason : The website uses a certificate issued by an invalid Certification Authority
Solution : This error indicates that the root certificate of the certificate used by the website is not trusted by the browser , It may be that the user uses a self signed certificate , It may also be that the root certificate of the certificate is revoked . The solution is to reapply for a certificate issued by a certification authority trusted by the browser .
Report errors :NET::ERR_CERT_REVOKED
reason : The certificate used by the website has been revoked
Solution : The certification authority revoked the certificate due to changes in enterprise information or violations of website content , The certificate enters the certificate revocation list CRL. We need to reapply for the certificate and deploy it correctly .
Report errors :NET::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN
reason : The website uses certificates and website built-in certificates HTTP Public key fixation mismatch
Solution : The website may be hijacked , We need to check the website DNS Analysis returns to normal HTTPS visit ; May also be HPKP Google browser reports an error because there is no correct setting .
Report errors :NET::ERR_CERT_WEAK_SIGNATURE_ALGORITHM
reason : Websites use insecure signature algorithms
Solution : Digital signature algorithm is used for authentication of both sides of communication , If it is not safe to use SHA-1 The signature algorithm browser will report an error . We should use SHA-256 Signature algorithm .
Report errors :ERR_SSL_VERSION_OR_CIPHER_MISMATCH
reason : The website uses an encryption protocol version or encryption suite that the browser does not support
Solution : Error reporting is more common in lower versions of operating systems or browsers .
If it is the encryption protocol version , There are two solutions : One is to upgrade the browser to the latest version , Make the browser support more encryption protocols ; The other is to use all SSL/TLS Protocol version , To ensure that the encryption protocol version supported by the browser is open .
If it is an encryption suite , You need to set the priority before using FS Series encryption suite .
边栏推荐
- Wechat nucleic acid detection appointment applet system graduation design completion (8) graduation design thesis template
- 【爬虫】charles unknown错误
- In the last process before the use of the risk control model, 80% of children's shoes are trampled here
- deepfake教程
- 基于OpenHarmony的智能金属探测器
- Broyage · fusion | savoir que le site officiel de chuangyu mobile end est en ligne et commencer le voyage de sécurité numérique!
- Web Components
- 解决readObjectStart: expect { or n, but found N, error found in #1 byte of ...||..., bigger context ..
- spark调优(一):从hql转向代码
- 【Office】Excel中IF函数的8种用法
猜你喜欢

comsol--三维图形随便画----回转

R3Live系列学习(四)R2Live源码阅读(2)
![[advertising system] parameter server distributed training](/img/8b/558c2fefbd16b580546003f3afeaf5.png)
[advertising system] parameter server distributed training

Lombok 同时使⽤@Data和@Builder 的坑,你中招没?

Some understandings of heterogeneous graphs in DGL and the usage of heterogeneous graph convolution heterographconv

2022 Pengcheng cup Web

2022 t elevator repair operation certificate examination questions and answers

Go language learning notes - first acquaintance with go language

Review the whole process of the 5th Polkadot Hackathon entrepreneurship competition, and uncover the secrets of the winning projects!

About the use of Vray 5.2 (self research notes) (II)
随机推荐
Bracket matching problem (STL)
shell脚本文件遍历 str转数组 字符串拼接
Do you really understand the things about "prototype"? [part I]
In the last process before the use of the risk control model, 80% of children's shoes are trampled here
【广告系统】Parameter Server分布式训练
【Office】Excel中IF函数的8种用法
DOM//
Talk about the understanding of fault tolerance mechanism and state consistency in Flink framework
Based on shengteng AI Yisa technology, it launched a full target structured solution for video images, reaching the industry-leading level
关于 “原型” 的那些事你真的理解了吗?【上篇】
How to introduce devsecops into enterprises?
Array
修复动漫1K变8K
C # to obtain the filtered or sorted data of the GridView table in devaexpress
力扣(LeetCode)185. 部门工资前三高的所有员工(2022.07.04)
OneForAll安装使用
Leetcode 185 All employees with the top three highest wages in the Department (July 4, 2022)
我用开天平台做了一个城市防疫政策查询系统【开天aPaaS大作战】
Codeforces Round #804 (Div. 2)
数据类型 ntext 和 varchar 在not equal to 运算符中不兼容 -九五小庞