- 连接api.weixin.qq.com 为何连接被对方重设?
错误提示如下: OpenSSL SSL_connect: 连接被对方重设 in connection to api.weixin.qq.com:443 服务器openSSL版本:1.1.1m 程序日志提示: Connection reset 使用curl测试,提示连接被重置 curl -v --tlsv1.2 https://api.weixin.qq.com * Trying 101.89.47.18:443... * Connected to api.weixin.qq.com (101.89.47.18) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt * CApath: none * TLSv1.3 (OUT), TLS handshake, Client hello (1): * OpenSSL SSL_connect: 连接被对方重设 in connection to api.weixin.qq.com:443 * Closing connection 0 curl: (35) OpenSSL SSL_connect: 连接被对方重设 in connection to api.weixin.qq.com:443 使用openssl测试,提示errno=104 openssl s_client -connect api.weixin.qq.com:443 -tls1_2 -servername api.weixin.qq.com CONNECTED(00000003) write:errno=104 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 220 bytes Verification: OK --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : TLSv1.2 Cipher : 0000 Session-ID: Session-ID-ctx: Master-Key: PSK identity: None PSK identity hint: None SRP username: None Start Time: 1732699696 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: no ---
2024-11-28 - 模板消息不能归类吗?
我申请了一个消息模板,被驳回,驳回的原因是: 模板标题或内容撰写不规范,该不通过原因允许修改后重新提交,请修改。 补充说明:1、使用场景未细分,触发事件不明,请重新描述,譬如:税费缴纳成功通知、纳税申报完成提醒;2、关键词【事件】设置模糊,表述太过宽泛,应具有限制性,请细分 我申请这个模板原标题:税务事项提醒,关键词【事件】:指的是税务相关的,税期切换、签名结果、发票统计、统计撤回的事件。 我的问题是: 如果需要细分,是否我需要分别按每一个【事件】申请一个模板?这样是否会导致模板泛滥了?如果这些事件可以用同一套模板消息提醒,我应该怎么修改标题或关键词附我申请的模板消息: 标题:税务事项提醒 单位:单位名称 税号:单位对应的税号 事件:税期切换/发票统计/签名结果/统计撤回
2021-08-30