Comment
Hi.
I could use a pair of fresh/experienced eyes to look at my codeberg.pages networking setup. I am trying to use a custom sub-domain for my project site in an organization repository and I can't get past Secure connection failed: SSL_ERROR_INTERNAL_ERROR_ALERT.
Here's the setup.
- Before adding the .domains file to the repo (hugo static site), the website is accessible through https://organization.codeberg.page/repository-name/
- We have entered these DNS records:
name: sub-domain.do-main.si, type A, data 217.197.84.141
name: sub-domain.do-main.si, type AAAA, data 2a0a:4580:103f:c0de::2
name: sub-domain.do-main.si, type TXT, data repository-name.organization.codeberg.page - We have allowed LetsEncrypt in our CAA record.
- .domains contains the following
sub-domain.do-main.si
repository-name.organization.codeberg.page
pages.repository-name.organization.codeberg.page
What am I missing? What can I check?
### Comment
Hi.
I could use a pair of fresh/experienced eyes to look at my codeberg.pages networking setup. I am trying to use a custom sub-domain for my project site in an organization repository and I can't get past Secure connection failed: SSL_ERROR_INTERNAL_ERROR_ALERT.
Here's the setup.
1. Before adding the .domains file to the repo (hugo static site), the website is accessible through https://organization.codeberg.page/repository-name/
2. We have entered these DNS records:
name: sub-domain.do-main.si, type A, data 217.197.84.141
name: sub-domain.do-main.si, type AAAA, data 2a0a:4580:103f:c0de::2
name: sub-domain.do-main.si, type TXT, data repository-name.organization.codeberg.page
3. We have allowed LetsEncrypt in our CAA record.
4. .domains contains the following
sub-domain.do-main.si
repository-name.organization.codeberg.page
pages.repository-name.organization.codeberg.page
What am I missing? What can I check?