I have a similar problem to this user. Difficulty with Pages deploy
Pages is deployed per codefloe docs as https://codefloe.com/l10n-swedish/fri-som-i-frihet/src/branch/pages
Pages is enabled, and static host is https://codefloe.com/l10n-swedish/fri-som-i-frihet/src/branch/pages/statichost.yml (it’s prebuilt).
I would expect it to end up at https://fri-som-i-frihet.l10n-swedish.codefloe.page/ but seems certs does not get generated. I tried disable and enable pages on the repo if there was a hickup somewhere.
Did some error hunting,:
$ dig +short CNAME fri-som-i-frihet.l10n-swedish.codefloe.page
codefloe.statichost.page. V
$ dig +short A fri-som-i-frihet.l10n-swedish.codefloe.page
codefloe.statichost.page.
sites.statichost.eu.
77.42.79.144
Great
$ curl -sS -o /dev/null -D - http://fri-som-i-frihet.l10n-swedish.codefloe.page/
HTTP/1.1 308 Permanent Redirect
Location: https://fri-som-i-frihet.l10n-swedish.codefloe.page/
Server: Caddy
GREAT
$ curl -sSI https://fri-som-i-frihet.l10n-swedish.codefloe.page/
curl: (35) OpenSSL/3.0.13: error:0A000438:SSL routines::tlsv1 alert internal error
Ouch.
This a subrepo to an org, does that matter - codefloe docs only show user repo example.
(If you look at repo, you will also find a more straightforward dns link, l10n.se, that is still pointing to the old codeberg pages host). Thanks for any help.