免费试用了一个阿里云国际版,新加坡节点,安装 CentOS 7 。
ip 能 ping 到, DNS 域名解析也正常。
用 certbot 安装证书:
certbot certonly --standalone --email [email protected] -d example.com
一直报这个错误:
Failed authorization procedure. example.com (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Failed to connect to xx.xx.xx.xx:443 for TLS-SNI-01 challenge
Linode 上的新开的机子,同样的操作,却是能成功。
找了一遍资料,基本没有。
哪位有成功配置过的么?