Hello!
I created an old.. subdomain for my site. I faced the problem of the inability to create a Letโs Encrypt certificate for it (error 403), and the inability to transfer the certificate from the main domain.
answer: HTTP/2 403 ^M
server: nginx^M
date: Wed, 16 Oct 2024 07:52:29 GMT^M
content-type: application/problem+json^M
content-length: 152^M
boulder-requester: 1998115277^M
cache-control: public, max-age=0, no-cache^M
link: https://acme-v02.api.letsencrypt.org/directory;rel=โindexโ^M
replay-nonce: cZa1PNTsljqIv9klPzNTyQ1FGt7BzVNl6imbquTBp835Prsq6fg^M
^M
{
โtypeโ: โurn:ietf:params:acme:error:orderNotReadyโ,
โdetailโ: โOrderโs status ("invalid") is not acceptable for finalizationโ,
โstatusโ: 403
}
/var/log/nginx/error.log:
2024/10/16 10:53:44 [emerg] 280763#280763: no host in โ:443โ of the โlistenโ directive in /etc/nginx/conf.d/domains/old.ั ั ั .ั ั ั .ั ั .ssl.conf:8
2024/10/16 10:53:44 [emerg] 280780#280780: no host in โ:443โ of the โlistenโ directive in /etc/nginx/conf.d/domains/old.ั ั ั .ั ั ั .ั ั .ssl.conf:8
2024/10/16 11:02:13 [emerg] 285776#285776: no host in โ:80โ of the โlistenโ directive in /etc/nginx/conf.d/domains/old.ั ั ั .ั ั ั ั .ั ั .conf:8
2024/10/16 11:02:13 [emerg] 285793#285793: no host in โ:80โ of the โlistenโ directive in /etc/nginx/conf.d/domains/old.ั ั ั .ั ั ั .ั ั .conf:8
The .ssl.conf file is not created:
root@web:/etc/nginx/conf.d/domains# grep listen /etc/nginx/conf.d/domains/old.archive.mk.ua.ssl.conf
grep: /etc/nginx/conf.d/domains/old.archive.mk.ua.ssl.conf: No such file or directory
I donโt know if you are using some rules on Cloudflareโs side or you activated a redirect on Hestia but you must fix it before trying to issue a certificate.