简体   繁体   English

Google Chrome for HTTPS中的SSRS NET :: ERR_CERT_REVOKED错误

[英]SSRS NET::ERR_CERT_REVOKED Error in Google Chrome for HTTPS

Please suggest on the issue which we are facing while accessing SSRS Secured web services and web portal URL Error Message 请就访问SSRS安全的Web服务和Web门户URL错误消息时遇到的问题提出建议

"Your connection is not private Attackers might be trying to steal your information from <> (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_REVOKED" “您的连接不是私有的,攻击者可能正在尝试从<>窃取您的信息(例如密码,消息或信用卡)。了解更多NET :: ERR_CERT_REVOKED”

We have got the SSL certificate reinstalled and restarted the SSRS services , but still no luck . 我们已经重新安装了SSL证书并重新启动了SSRS服务,但是仍然没有运气。 Could anyone please guide us in this regard Server configuration details are as follows - 任何人都可以在这方面指导我们服务器配置详细信息如下-

-Microsoft SQL Server Version 17 -SSRS product version of 14.0.600.490 -WINDOWS SERVER 2016 DATACENTER -Microsoft SQL Server版本17 -SSRS产品版本的14.0.600.490 -WINDOWS SERVER 2016 DATACENTER

The SSL certificate is configured on Windows server .Also the SSL is configured in Web services and Web portal SSL configuration in SSRS is with (ALL IPV4) and (ALL IPV6),SSL certificate and validity till 2019 SSL证书在Windows服务器上配置。此外,在Web服务和Web门户中配置SSL的SSRS中的SSL配置具有(ALL IPV4)和(ALL IPV6),SSL证书和有效期至2019年

There was a patch update last week and post that we are unable to access secured urls https://<>/reports/ https://<>/reportserver/ 上周有一个补丁更新,并发布了我们无法访问安全的URL https:// <> / reports / https:// <> / reportserver /

but we can access non secured urls http://<>/reports/ http://<>/reportserver/ 但是我们可以访问非安全的URL http:// <> / reports / http:// <> / reportserver /

If the site is publicly accessible, please check the certificate served by your web server via SSL Checker . 如果该站点可公开访问,请通过SSL Checker检查您的Web服务器提供的证书。

Compare the certificate serial number and expiration date with the data of the certificate you installed in your web server or hosting control panel. 将证书序列号和到期日期与您在Web服务器或主机控制面板中安装的证书的数据进行比较。 In many cases, I saw that the server uses an old or invalid certificate. 在许多情况下,我看到服务器使用了旧的或无效的证书。

( Source ) 来源

If you are sure that the correct certificate is served, clear the CRL and OCSP cache: 如果您确定提供了正确的证书,请清除CRL和OCSP缓存:

certutil -urlcache CRL delete
certutil -urlcache OCSP delete 

You can also try disabling certificate revocation in browsers. 您也可以尝试在浏览器中禁用证书吊销。 It fixes ERR_CERT_REVOKED on the client side. 它在客户端修复了ERR_CERT_REVOKED。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法使用 www.google.com NET::ERR_CERT_COMMON_NAME_INVALID SSL 证书无效 - Can't use www.google.com NET::ERR_CERT_COMMON_NAME_INVALID SSL certificate is not valid NET::ERR_CERT_DATE_INVALID 本地开发 (xampp) - NET::ERR_CERT_DATE_INVALID on local development (xampp) 当服务器在 Ubuntu 18.04 上运行时,如何解决 Windows 10 中的 google chrome“无法加载资源:net::ERR_CONNECTION_REFUSED”问题? - How to solve google chrome "Failed to load resource: net::ERR_CONNECTION_REFUSED" issue in windows 10 when server is running on Ubuntu 18.04? NET::ERR_CERT_COMMON_NAME_INVALID 安全证书未指定主题备用名称 - NET::ERR_CERT_COMMON_NAME_INVALID security certificate does not specify Subject Alternative Names Tomcat 上 Windows,Chrome 控制台:net::ERR_CONTENT_LENGTH_MISMATCH 200 - Tomcat on Windows, Chrome console: net::ERR_CONTENT_LENGTH_MISMATCH 200 chrome中的err_connection_timed_out - err_connection_timed_out in chrome Blazor WASM Sophos [无法在资源的“完整性”属性中找到有效摘要] ERR_CERT_AUTHORITY_INVALID - Blazor WASM Sophos [Failed to find a valid digest in the 'integrity' attribute for resource] ERR_CERT_AUTHORITY_INVALID 删除Fiddler根证书后如何解决Chrome证书问题? - How to fix chrome certificate issues after removing Fiddler root cert? Windows - 在本地站点上获取ERR_SSL_SERVER_CERT_BAD_FORMAT - Windows - Get ERR_SSL_SERVER_CERT_BAD_FORMAT on local site 什么是错误率! 代码 ENOLOCAL npm ERR! 无法安装错误? - What is the ERR! code ENOLOCAL npm ERR! Could not install from error?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM