企业微信 api 域名 qyapi.weixin.qq.com 证书问题

2021-04-22 14:00:16 +08:00
 0312birdzhang

目前这台机器解析的俩节点有一个节点证书没更新,关键是已经过期了。

ubuntu@VM-0-14-ubuntu:~$ nslookup qyapi.weixin.qq.com
Server:         127.0.0.53
Address:        127.0.0.53#53

Non-authoritative answer:
Name:   qyapi.weixin.qq.com
Address: 121.51.140.149
Name:   qyapi.weixin.qq
ubuntu@VM-0-14-ubuntu:~$ export SERVERNAME=qyapi.weixin.qq.com
ubuntu@VM-0-14-ubuntu:~$ export TARGET_URL=qyapi.weixin.qq.com
ubuntu@VM-0-14-ubuntu:~$ for i in {0..10};do openssl s_client -servername ${SERVERNAME} -connect ${TARGET_URL}:443 < /dev/null 2> /dev/null | openssl x509 -text 2> /dev/null | grep "Not After"| sed -e 's/^ *//g' >> test_qywechat.txt;done
ubuntu@VM-0-14-ubuntu:~$ cat test_qywechat.txt 
Not After : Apr 29 23:59:59 2022 GMT
Not After : May 18 12:00:00 2021 GMT
Not After : Apr 29 23:59:59 2022 GMT
Not After : May 18 12:00:00 2021 GMT
Not After : May 18 12:00:00 2021 GMT
Not After : Apr 29 23:59:59 2022 GMT
Not After : Apr 29 23:59:59 2022 GMT
Not After : Apr 29 23:59:59 2022 GMT
Not After : Apr 29 23:59:59 2022 GMT
Not After : May 18 12:00:00 2021 GMT
Not After : Apr 29 23:59:59 2022 GMT
950 次点击
所在节点    全球工单系统
4 条回复
Xusually
2021-04-22 14:19:35 +08:00
额。。。没看出哪一个过期了啊?
0312birdzhang
2021-04-22 14:26:41 +08:00
@Xusually #1 额,应该是快要过期了。用了他们的 java sdk,然后偶尔就会报证书错误
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
0312birdzhang
2021-04-22 14:28:38 +08:00
没有发现 append 按钮,还没过期,只是 java 提示证书错误
0312birdzhang
2021-04-29 11:04:53 +08:00
截止今天 10 点 45 分已修复

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/772441

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX