Hi all,
I just started second server uder subdomain that uses preloaded HSTS. Certbot can’t issue certificate, probably due to HSTS enabled (long term).
certbot certonly --webroot -w [path to my vhost root] -d [ subdomain.for my domain ]
I suspect that during verification, process pure HTTP connetcion is impossible (because of preloaded hsts it’s redirected automatically to HTTPS), and HTTPS connection is impossible due to not trusted cert under HSTS domain. Any idea how to solve this issue?
Cheers,
Kajetan