wap机器申请letsencrypt证书提示

millionfor 2026-08-17 13:38 1

[8/8] 申请 Let's Encrypt SSL...

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Account registered.
Requesting a certificate for xxxx.xyz

Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: xxxx.xyz
Type: connection
Detail: 85.232.21.14: Fetching http://xxxx.xyz/.well-known/acme-challenge/lBnVvJAjBJlWOPT0N_omg9TWA15KF4ED_kZ5z7GrAE0: Timeout during connect (likely firewall problem)

Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.

Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
root@QuanQuanTW:~/quanquan# sudo ss -lntp | grep ':80'
LISTEN 0 511 0.0.0.0:80 0.0.0.0:* users:(("nginx",pid=9872,fd=5),("nginx",pid=9858,fd=5))
LISTEN 0 511 [::]:80 [::]:* users:(("nginx",pid=9872,fd=6),("nginx",pid=9858,fd=6))

这是什么情况 是什么没放行 还是wap要设置什么

最新回复 (3)
  • xshell 08-17 13:48
    1

    这年头ai那么方便为什么不问问ai呢?

  • godfather 08-17 13:52
    2

    http://xxxx.xyz/.well-known/acme-challenge/lBnVvJAjBJlWOPT0N_omg9TWA15KF4ED_kZ5z7GrAE0


    你开启了acme挑战,是不是没把80端口放开

    不然他会通过443去校验,但你443又没有证书,会陷入死循环

  • lehuoyisheng 08-17 19:08
    3

    nat鸡吧,api申请吧

* 帖子来源NodeSeek
返回