gpt4 book ai didi

ssl - Paypal SSL 证书更改 : Testing Verisign G5 Certificate

转载 作者:太空宇宙 更新时间:2023-11-03 13:16:43 25 4
gpt4 key购买 nike

我正在尝试确认,我们的服务器已准备好进行 SSL 证书更改。

根据 www.sandbox.paypal.com 上的 Microsite 迁移已完成。

运行:openssl s_client -CApath/etc/ssl/certs/-connect www.sandbox.paypal.com:443

返回 0(确定)

此测试是否明确确认我们的服务器已准备就绪?

最佳答案

openssl 连接 return code(0) 将肯定此证书检查,但您可能希望对调用进行轻微更改。

运行以下行并再次尝试 conn,(我添加了 –showcerts 参数以便打印出证书链,您可以在其中轻松识别 Verisign G5 根证书)

openssl s_client -connect api-3t.sandbox.paypal.com:443 -showcerts -CApath /etc/ssl/certs/

关于ssl - Paypal SSL 证书更改 : Testing Verisign G5 Certificate,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32757184/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com