最新 最热

IDEA——untrusted server's certificate

File > Settings > Tools > Server Certificates > Accept non-trusted certificates automatically

2024-08-16
0

How to generate CA-signed certificate and private key for kafka client

If we run the kafka server in SSL mode and we start the kafka server with parameter ssl.client.auth=required, then the kafka server will authenticate the client...

2024-06-12
1

Embedded binary is not signed with the same certificate as the parent app

Xcode 10之后New Build System变为默认,编译之后一直报错,报错信息:Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target’s cod......

2023-10-16
0

生成本地CA根证书、p12流程 EC篇

上述命令将生成一个 EC 私钥文件 root.key,使用 prime256v1 曲线参数。

2023-10-14
0

生成本地CA根证书、p12流程

安装 OpenSSL:首先,确保你的系统上安装了 OpenSSL 工具。如果尚未安装,你可以通过 Homebrew 或从 OpenSSL 官方网站下载并安装。

2023-10-14
0

cURL error 60: SSL certificate problem: unable to get local issuer certificate

当使用php curl请求https的时候才会报这个错,原因就是在请求的时候php找不到你的加密证书,要解决这个只需要三步,不要学那些copy的文章什么禁用这个禁用那个。...

2023-09-05
0

使用certbot自动申请和更新泛域名证书

1、安装好 certbot ,安装对应的 DNS 供应商的 plugins (这里以cloudflare举例子,如果是其他服务商的 plugins 见最后)

2023-08-29
0

解决Mac下ssl.SSLCertVerificationError:[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unabl

腾讯云开发者社区是腾讯云官方开发者社区,致力于打造开发者的技术分享型社区。提供专栏,问答,沙龙等产品和服务,汇聚海量精品云计算使用和开发经验,致力于帮助开发者快速成长与发展,营造开放的云计算技术生态圈。...

2023-08-23
0

如何解决unable to get local issuer certificate

解决curl-60 SSL证书问题 "unable to get local issuer certificate" 需要确保在执行HTTPS请求时,curl能够正确验证服务器证书。该错误通常是由于缺少服务器证书链上的中间证书或根证书导致的。...

2023-07-25
0

如何处理Unable to get Local Issuer Certificate

Unable to get Local Issuer Certificate"错误通常在使用Python的requests或urllib等库进行HTTPS请求时出现,它表示在进行SSL证书验证时未找到本地证书颁发者。这种情况可能发生在服务器证书链上的某个中间证书或...

2023-07-25
0