配置了域名 smartnumbers.cloud
自己的服务上按照Let's Encrypt的 命令生成了证书
sudo certbot certonly --manual --preferred-challenges dns -d smartnumbers.cloud -d *.smartnumbers.cloud
用postman调服务的https://smartnumbers.cloud 接口正常返回结果
用微信开发者工具访问同样的https://smartnumbers.cloud 接口报错为"net::ERR_CONNECTION_RESET"
后端flask服务的报错日志为Invalid request from ip=xxx.xxx.163: Closed before TLS handshake with data in recv buffer.
不支持自签名SSL证书
