ssl
-
https证书配置(SSL)nginx服务
1、不管是app、小程序应用请求,还是web网站应用,api加密请求http都是必不可少的。2、市场上有收费的加密证书(价格几百到几千一年),也有免费的试用版本,现以免费的阿里云s…
-
修改nginx的http响应头server,以及真实ip模块、ssl模块、压缩模块的安装
修改nginx的http响应头server字段修改源码 src/http/ngx_http_header_filter_module.c修改前:static u_char ngx_…
-
关于 c:OpenSSL – 在证书链中查找错误深度
OpenSSL – find error depth in certificate chain 我正在编写一个 C 程序来使用 OpenSSL 检索和验证 x509 证…
-
微信支付和nginx配置踩坑,使劲踩
微信支付挖的坑 nginx反向代理问题 nginx配置https证书问题 微信支付坑,小心点前面坑在看你 小冷在开发中用到了微信支付,这里说一下微信支付的其中一种方式,这里小冷使用…
-
关于 android:java.security.cert.CertPathValidatorException: 在 React-Native 中找不到证书路径的信任锚
java.security.cert.CertPathValidatorException: Trust anchor for certification path not fou…
-
2022-05-04-nginx 的基本使用
nginx 的基本使用 一般来说, nginx 默认使用的是 80 端口号。但一般都会改掉,因为80默认是被其他给占用的。 常用命令:查看nginx进程情况:ps -ef|grep…
-
Linux-haproxy实现https
设备 centos7 10.0.0.27 client 客户端 centos7 10.0.017 haproxy服务器 centos8 10.0.0…
-
nginx应用
nginx 的基本使用 查看是否安装nginx whereis nginx,如果没提示信息就是没有安装 whereis nginx 安装前缀依赖 yum -y install gc…
-
在Git Bash中,执行github.com上的git pull时,提示Unknown SSL protocol error in connection to github.com:443,弃用连接方式HTTPS,让其支持SSH的解决流程
1、执行命令:git pull –progress –no-rebase -v “origin”,报错,如图1fatal: unab…
-
CentOS 6.5 64位下配置Apache的虚拟主机的SSL支持的实现流程
1、SSl证书安装环境简介: 操作系统: CentOS 6.5 64位 Apache2.2.15 沃通免费ssl证书 2、网络环境要求 http://api.ygt.cm 可以通过…