帝国CMS开启https,打开后台空白的解决办法。

帝国CMS开启https,打开后台空白的解决办法。

1、7.5及以上版本  7.5版本 http和https 可以自动识别,但有时候自动识别判断的不准,后台登录也是空白, 可以打开  e/config/config.php 查找   ’httptype’=>0   改为’httptype...

2024-02-29 admin 51 阅读
CentOS 7 安装 Docker compose

CentOS 7 安装 Docker compose

1、下载docker-compose文件  ,若下载慢,可以先下载到本地,然后传到对应的目录 curl -SL https://github.com/docker/compose/releases/download/v2.24.4/docker-compose-linux-x86_64 -...

2024-01-29 admin 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.

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 142 阅读
宝塔面板开启面板SSL后打不开

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

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

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

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

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

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

什么是 xss 攻击?

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

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

Thinkphp修复XSS跨站脚本攻击

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

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

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

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

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

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

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

2023-04-29 admin 49 阅读
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 88 阅读