certificate
-
使用 node.js 搭建一个 本地 https 服务
使用 git客户端msysgit , 其中已包含了 openssl 程序 # 生成私钥 key 文件 openssl genrsa -out privatekey.pem 10…
-
为nginx创建自签名证书
#!/bin/sh # create self-signed server certificate: read -p “Enter your domain [w…
-
为nginx创建自签名证书
#!/bin/sh # create self-signed server certificate: read -p “Enter your domain [w…
-
本地调用阿里云短信接口cURL error 60:SSL certificate problem
去到下载最新的文件 https://curl.se/docs/caextract.html 重命名一下,去掉日期 然后复制到 修改php.ini中 curl.c…
-
Spring WS – Mutual Authentication Example
Mutual authentication or two-way authentication refers to two parties authenticating each …
-
Column Encryption Setting=Enabled 客户端没有证书的时候
表层错误 Failed to decrypt column ‘Password’.Failed to decrypt a column encrypti…
-
k8s创建server报错-x509: certificate has expired or is not yet valid
前提:k8s证书都是正常的没有过期,前段时间做过处理。原因:替换了k8s证书后没有对kube-apiserver主键重启,还使用的是缓存信息,重启一下问题解决systemctl r…
-
在 Windows 10 64 位下基于 Yii 2 的 HTTP 客户端扩展,请求https,报错:”Curl error: #60 – SSL certificate problem: unable to get local issuer certificate”的解决
1、基于 Yii 2 的 HTTP 客户端扩展,请求https,报错:”Curl error: #60 – SSL certificate problem:…
-
idea总是弹出svn账户密码框 & Server SSL certificate verification failed
新装了一个idea,也是整合了svn,总是频繁弹出用户名和密码框让验证账户; 于是我就进入设置 Settings –> Subversion –&g…