The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection. 原因是使用apache 由...

2023-12-29 admin 11 阅读
宝塔面板开启面板SSL后打不开

宝塔面板开启面板SSL后打不开

宝塔面板开启面板SSL后,使用http地址,访问面板地址会提升 连接被重置 “ERR_CONNECTION_RESET”    如图。 解决办法 1、请访问   https://宝塔地址:端口/入口   2、若出现 如提...

2023-11-29 admin 3 阅读
常见网站安全漏洞处理方法

常见网站安全漏洞处理方法

如果使用nginx nginx.conf 文件中设置 http{ } 或 server{ } add_header Set-Cookie "HttpOnly"; add_header Set-Cookie "Secure";   如果使用IIS <rewrite&g...

2023-10-29 admin 2 阅读
什么是 xss 攻击?

什么是 xss 攻击?

XSS(跨站脚本攻击)是一种常见的网络安全漏洞,它利用了网页应用程序对用户输入的不充分过滤和验证。攻击者通过在受攻击网站的页面中插入恶意的代码,使得浏览器无法区分并执行这段代码,从...

2023-10-29 admin 1 阅读
Thinkphp修复XSS跨站脚本攻击

Thinkphp修复XSS跨站脚本攻击

  网站收到漏洞整改通知,参考教程https://blog.csdn.net/qq15577969/article/details/130633666 设置后还是不行 , 最后找了很多教程,在.htaccess文件中添加  Header set C...

2023-08-29 admin 8 阅读
谷歌浏览器 Google Chrome 访问网站报错代码都是什么意思?

谷歌浏览器 Google Chrome 访问网站报错代码都是什么意思?

当遇到网站访问报错时,作为网站维护人员,熟悉常见的浏览器报错代码是解决问题的重要一步。 以下是更多常见的报错代码及其可能的解决方法:   待更新  

2023-04-29 admin 4 阅读
在 IIS 中增加相关安全 HTTP 头信息配置

在 IIS 中增加相关安全 HTTP 头信息配置

  <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <!-- 增加为了安全的 HTTP 头信息 --> <httpProtocol> ...

2023-04-29 admin 2 阅读
nginx做反向代理报错peer closed connection in SSL handshake while SSL handshaking to upstream

nginx做反向代理报错peer closed connection in SSL handshake while SSL handshaking to upstream

一、具体报错 (一)背景简述 有个业务系统A部署在云上,由于某种原因需要用到nginx反向代理业务系统A。 部署完nginx反向代理,提供服务的时候,出现了如下报错。 2022/09/19 15...

2022-12-29 admin 10 阅读
Ubuntu Gnome 进入锁屏界面(Lock)后,输入正确的密码竟然不能登录。如何处理?

Ubuntu Gnome 进入锁屏界面(Lock)后,输入正确的密码竟然不能登录。如何处理?

方法一:直接在控制台键入如下命令。 $ sudo -i 密码: # cd /etc # chown root:shadow shadow # chmod u=r,g=r shadow # exit 方法二:点击右上角的切换用户,再重新...

2022-12-29 admin 0 阅读
IPv6有哪些优点?

IPv6有哪些优点?

与IPv4相较,IPv6除拥有海量IP地址(号称可以为全世界的每一粒沙子编上一个地址)以外, 还具有以下几点优势: 1) IPv6地址分配遵循“聚类”原则,减小了路由器中路由表的长度,路由器转发数...

2022-12-29 admin 3 阅读