摘要: java1.7程序连接https报错如下(1.8正常,但不保证访问其它https正常):错误:sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.Su 阅读全文
posted @ 2025-03-27 10:32 莫让年华付水流 阅读(171) 评论(0) 推荐(0)
摘要: #检查新申请的 SSL 证书是否支持 TLS 1.0、TLS 1.1、TLS 1.2 或 TLS 1.3 方法 1:使用 OpenSSL 命令行工具openssl s_client -connect 域名:443 -tls1 # 测试 TLS 1.0openssl s_client -connect 阅读全文
posted @ 2025-03-27 09:55 莫让年华付水流 阅读(421) 评论(0) 推荐(0)