** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error
在多次尝试修复此错误的过程中,我尝试了以下方法:
我运行了 ./discourse-doctor,但没有成功。
我运行了 ./launcher rebuild app,但没有成功。
我尝试在容器内进行故障排除,方法是:docker exec -it app /bin/bash
容器镜像的工具有限,所以我只是使用此命令读取日志: less /var/log/nginx/error.log
在这里,我看到了许多包含 [emerg] 2832#2832: cannot load certificate 的消息。
出于某种原因,我找不到问题的根源,但当我退出容器并从主机键入: ./launcher logs app
我能够看到更多数据,并突然发现了这个错误: “Error creating new order :: too many certificates (5) already issued for this exact set of domains in the last 168 hours , retry after 2024-08-10T12:58:12Z:”
我搜索了这个问题的解决方法,但决定等到指定的时间。
等待时间结束后,我再次尝试:./launcher rebuild app
这次成功了,SSL 证书(*.cer)已成功创建,我的网站也已上线。