当前位置:网站首页>SSL证书错误怎么办?浏览器常见SSL证书报错解决办法
SSL证书错误怎么办?浏览器常见SSL证书报错解决办法
2022-07-05 14:19:00 【沃通WoTrus】
通过SSL为了确保网站数据通信的加密和传输,证书是解决互联网信息安全的重要手段之一。然而,在SSL证书安装完成后,并不意味着网站是安全的。当我们访问网站时,我们可能会遇到各种各样的错误,那么如何解决这些问题,确保网站的正常运行呢?
报错:NET::ERR_CERT_DATE_INVALID
原因:SSL证书已过期
解决方案:证书已过期并删除,重新申请新证书并正确安装可以解决错误。
报错:NET::ERR_CERT_COMMON_NAME_INVALID
原因:网站使用的证书与域名不匹配
解决方案:证书支持的域名与网站域名不一致。换句话说,网站使用了错误的证书。解决方案是重新安装网站SSL证书。
报错:NET::ERR_CERT_AUTHORITY_INVALID
原因:网站使用无效证书颁发机构颁发的证书
解决方案:该错误表明网站使用的证书的根证书不受浏览器的信任,可能是用户使用自签名证书,也可能是该证书的根证书被吊销。解决方案是重新申请浏览器信任的证书颁发机构颁发的证书。
报错:NET::ERR_CERT_REVOKED
原因:网站使用的证书已被吊销
解决方案:证书颁发机构因企业信息变更或网站内容违规等原因吊销证书,证书进入证书吊销清单CRL。我们需要重新申请证书并正确部署。
报错:NET::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN
原因:网站使用证书和网站内置证书HTTP公钥固定不匹配
解决方案:网站可能被劫持,我们需要检查网站DNS分析恢复正常HTTPS访问;也有可能HPKP谷歌浏览器报错是因为没有正确的设置。
报错:NET::ERR_CERT_WEAK_SIGNATURE_ALGORITHM
原因:网站使用不安全的签名算法
解决方案:数字签名算法用于通信双方的身份验证,如果使用不安全SHA-1签名算法浏览器会报错。我们应该使用SHA-256签名算法。
报错:ERR_SSL_VERSION_OR_CIPHER_MISMATCH
原因:网站使用浏览器不支持的加密协议版本或加密套件
解决方案:错误报告在低版本的操作系统或浏览器中更为常见。
如果是加密协议版本的问题,有两种解决方案:一种是将浏览器升级到最新版本,使浏览器支持更多的加密协议;另一种是使用所有SSL/TLS协议版本,以确保浏览器支持的加密协议版本处于开放状态。
如果是加密套件,则需要在使用前设置优先级FS系列加密套件。
边栏推荐
- Thymeleaf 常用函數
- Thymeleaf 使用后台自定义工具类处理文本
- 做自媒體視頻二次剪輯,怎樣剪輯不算侵權
- R language uses boxplot function in native package (basic import package, graphics) to visualize box plot
- Google EventBus 使用详解
- How to introduce devsecops into enterprises?
- Mingfeng medical sprint technology innovation board: annual revenue of 350million yuan, proposed to raise 624million yuan
- What are the advantages and characteristics of SAS interface
- R语言使用原生包(基础导入包、graphics)中的boxplot函数可视化箱图(box plot)
- Fault analysis | analysis of an example of MySQL running out of host memory
猜你喜欢

软件测试人在深圳有哪些值得去的互联网公司【软件测试人员专供版】

让秒杀狂欢更从容:大促背后的数据库(下篇)

What is the future development trend of neural network Internet of things

ASP. Net large takeout ordering system source code (PC version + mobile version + merchant version)

Shen Ziyu, nouveau Président de Meizu: M. Huang Zhang, fondateur de Meizu, agira comme conseiller stratégique pour les produits scientifiques et technologiques de Meizu

How does redis implement multiple zones?

tidb-dm报警DM_sync_process_exists_with_error排查

Make the seckill Carnival more leisurely: the database behind the promotion (Part 2)

无密码身份验证如何保障用户隐私安全?

网上电子元器件采购商城:打破采购环节信息不对称难题,赋能企业高效协同管理
随机推荐
Mysql database installation tutorial under Linux
[learning notes] stage test 1
openGauss数据库源码解析系列文章—— 密态等值查询技术详解(下)
R语言dplyr包select函数、group_by函数、mutate函数、cumsum函数计算dataframe分组数据中指定数值变量的累加值、并生成累加数据列
Use the word "new" to attract curious people
Lepton 无损压缩原理及性能分析
做自媒體視頻二次剪輯,怎樣剪輯不算侵權
Mingfeng medical sprint technology innovation board: annual revenue of 350million yuan, proposed to raise 624million yuan
How to introduce devsecops into enterprises?
Opengauss database source code analysis series articles -- detailed explanation of dense equivalent query technology (Part 2)
分享 20 个稀奇古怪的 JS 表达式,看看你能答对多少
TiFlash 源码解读(四) | TiFlash DDL 模块设计及实现分析
R Language ggplot2 Visualization: visualize linegraph, using Legend in Theme function. Paramètre de position emplacement de la légende personnalisée
01 、Solr7.3.1 在Win10平台下使用jetty的部署及配置
Zhizhen new energy rushes to the scientific innovation board: the annual revenue is 220million, and SAIC venture capital is the shareholder
LeetCode_ 69 (square root of x)
登录界面代码
C - Divisors of the Divisors of An Integer Gym - 102040C
LeetCode_ 3 (longest substring without repeated characters)
R语言ggplot2可视化:可视化折线图、使用theme函数中的legend.position参数自定义图例的位置