Hello, thanks for taking the time for reading this. I am enjoying using Codeberg and would like to ask for your help here with the following issue.
I want to use my own domain https://rigotti.nl instead of https://jrgtt.codeberg.page to host my personal website, the latter was working fine.
For that I've added a .domains file in my pages repository with the contents following the instructions in the documentation.
rigotti.nl
www.rigotti.nl
jrgtt.codeberg.page
pages.jrgtt.codeberg.page
main.pages.jrgtt.codeberg.page
This is my DNS configuration
image
The @ sign points to the root domain according to the registar docs.
A few minutes after making these changes, accessing the https://rigotti.nl started giving me an SSL_ERROR_BAD_CERT_DOMAIN due to the incompatible certificate, I thought that after giving some hours a new certificate would be issued by the Pages server, but that doesn't seem to be the case.
Today, forcing an exception to access the page nevertheless gave me another error: Failed Dependency (Error 424)!
image
The issue described here match closely with this issue, but I feel that after half a day the problem would solved.
Any ideas?
### Comment
Hello, thanks for taking the time for reading this. I am enjoying using Codeberg and would like to ask for your help here with the following issue.
I want to use my own domain https://rigotti.nl instead of https://jrgtt.codeberg.page to host my personal website, the latter was working fine.
For that I've added a `.domains` file in my [pages repository](https://codeberg.org/jrgtt/pages) with the contents following the [instructions in the documentation](https://docs.codeberg.org/codeberg-pages/using-custom-domain/#personal%2Forganization-site%2C-apex-domain).
```
rigotti.nl
www.rigotti.nl
jrgtt.codeberg.page
pages.jrgtt.codeberg.page
main.pages.jrgtt.codeberg.page
```
This is my DNS configuration

The `@` sign points to the root domain according to the [registar docs](https://www.transip.nl/knowledgebase/5116-een-alias-record-instellen).
A few minutes after making these changes, accessing the https://rigotti.nl started giving me an `SSL_ERROR_BAD_CERT_DOMAIN` due to the incompatible certificate, I thought that after giving some hours a new certificate would be issued by the Pages server, but that doesn't seem to be the case.
Today, forcing an exception to access the page nevertheless gave me another error: `Failed Dependency (Error 424)!`

The issue described here match closely with [this issue](https://codeberg.org/Codeberg/Community/issues/1013), but I feel that after half a day the problem would solved.
Any ideas?