帝国CMS开启https,打开后台空白的解决办法。
1、7.5及以上版本 7.5版本 http和https 可以自动识别,但有时候自动识别判断的不准,后台登录也是空白, 可以打开 e/config/config.php 查找 ’httptype’=>0 改为’httptype...
CentOS 7 安装 Docker compose
1、下载docker-compose文件 ,若下载慢,可以先下载到本地,然后传到对应的目录 curl -SL https://github.com/docker/compose/releases/download/v2.24.4/docker-compose-linux-x86_64 -...
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 由...
宝塔面板开启面板SSL后打不开
宝塔面板开启面板SSL后,使用http地址,访问面板地址会提升 连接被重置 “ERR_CONNECTION_RESET” 如图。 解决办法 1、请访问 https://宝塔地址:端口/入口 2、若出现 如提...
常见网站安全漏洞处理方法
如果使用nginx nginx.conf 文件中设置 http{ } 或 server{ } add_header Set-Cookie "HttpOnly"; add_header Set-Cookie "Secure"; 如果使用IIS <rewrite&g...
什么是 xss 攻击?
XSS(跨站脚本攻击)是一种常见的网络安全漏洞,它利用了网页应用程序对用户输入的不充分过滤和验证。攻击者通过在受攻击网站的页面中插入恶意的代码,使得浏览器无法区分并执行这段代码,从...
Thinkphp修复XSS跨站脚本攻击
网站收到漏洞整改通知,参考教程https://blog.csdn.net/qq15577969/article/details/130633666 设置后还是不行 , 最后找了很多教程,在.htaccess文件中添加 Header set C...
谷歌浏览器 Google Chrome 访问网站报错代码都是什么意思?
当遇到网站访问报错时,作为网站维护人员,熟悉常见的浏览器报错代码是解决问题的重要一步。 以下是更多常见的报错代码及其可能的解决方法: 待更新
在 IIS 中增加相关安全 HTTP 头信息配置
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <!-- 增加为了安全的 HTTP 头信息 --> <httpProtocol> ...
nginx做反向代理报错peer closed connection in SSL handshake while SSL handshaking to upstream
一、具体报错 (一)背景简述 有个业务系统A部署在云上,由于某种原因需要用到nginx反向代理业务系统A。 部署完nginx反向代理,提供服务的时候,出现了如下报错。 2022/09/19 15...