Codeberg/Community
60
387
Fork
You've already forked Community
12

Custom domain SSL cert not issued after 24h+ — jkfrank.dk → jkfrank-blog repo, pages branch #2836

Open
opened 2026年07月04日 08:11:49 +02:00 by jkfrank · 3 comments

Comment

Hi,
I've set up Codeberg Pages with a custom domain, but the SSL certificate for my custom domain has not been issued after more than 24 hours. The default jkfrank.codeberg.page URL works fine.
My setup:

Repository: https://codeberg.org/jkfrank/jkfrank-blog
Deployed branch: pages (built via Forgejo Actions, pushed with git push --force)
.domains file in pages branch root containing: jkfrank.dk

DNS records on jkfrank.dk:

A → 217.197.91.145
ALIAS → codeberg.page
TXT → pages.jkfrank.codeberg.page

DNS propagation is confirmed globally via dnschecker.org. All records resolve correctly.
Symptom:
SSL_ERROR_INTERNAL_ERROR_ALERT

HTTP redirects correctly to HTTPS, but TLS handshake fails.
I tried the webhook trigger from issue #2655:
bash

curl -X POST https://codeberg.page \
 -H 'Host: jkfrank.dk' \
 -H 'X-Forgejo-Event: push' \
 --json '{"ref":"refs/heads/pages","repository":{"clone_url":"https://codeberg.org/jkfrank/jkfrank-blog.git"}}'

Response: clone URL not in allowlist [https://codeberg.org/jkfrank/pages.git]

This suggests git-pages only allows a repo named pages — is that correct for custom domain SSL? Is there something specific about project repos (vs. a pages-named repo) that prevents certificate issuance?
Any guidance appreciated. Thank you!

### Comment Hi, I've set up Codeberg Pages with a custom domain, but the SSL certificate for my custom domain has not been issued after more than 24 hours. The default jkfrank.codeberg.page URL works fine. My setup: Repository: https://codeberg.org/jkfrank/jkfrank-blog Deployed branch: pages (built via Forgejo Actions, pushed with git push --force) .domains file in pages branch root containing: jkfrank.dk DNS records on jkfrank.dk: A → 217.197.91.145 ALIAS → codeberg.page TXT → pages.jkfrank.codeberg.page DNS propagation is confirmed globally via dnschecker.org. All records resolve correctly. Symptom: `SSL_ERROR_INTERNAL_ERROR_ALERT` HTTP redirects correctly to HTTPS, but TLS handshake fails. I tried the webhook trigger from issue #2655: bash ``` curl -X POST https://codeberg.page \ -H 'Host: jkfrank.dk' \ -H 'X-Forgejo-Event: push' \ --json '{"ref":"refs/heads/pages","repository":{"clone_url":"https://codeberg.org/jkfrank/jkfrank-blog.git"}}' ``` Response: clone URL not in allowlist [https://codeberg.org/jkfrank/pages.git] This suggests git-pages only allows a repo named pages — is that correct for custom domain SSL? Is there something specific about project repos (vs. a pages-named repo) that prevents certificate issuance? Any guidance appreciated. Thank you!

Please follow the steps exactly as described in the guide: https://docs.codeberg.org/codeberg-pages/using-custom-domain/

Make sure to pay attention to the webhook related instructions in https://docs.codeberg.org/codeberg-pages/using-custom-domain/#step-3%3A-set-your-webhook-or-forgejo-actions-deploy-target

Please follow the steps exactly as described in the guide: https://docs.codeberg.org/codeberg-pages/using-custom-domain/ Make sure to pay attention to the webhook related instructions in https://docs.codeberg.org/codeberg-pages/using-custom-domain/#step-3%3A-set-your-webhook-or-forgejo-actions-deploy-target

Hello. I have the same kind of issue. I am not very familiar with GIT and webhooks, which make things hard for me.

My domain is chtixof.fr.eu.org

I set up the DNS at Cloudflare, with DNS Only.

DNS Lookup: https://dnschecker.org/all-dns-records-of-domain.php?query=chtixof.fr.eu.org&rtype=ALL&dns=google

The repo is https://codeberg.org/chtixof/pages. I added a .domains file and a _redirect file. There is no specific CICD. I just want to publish the files that I commit.

I added a Forgejo webhook targeting https://chtixof.fr.eu.org

When I test it with the bottom right button, I get: Delivery: Post "https://chtixof.fr.eu.org": remote error: tls: internal error

And still ,on the browser debug network tab, I get : (failed)net::ERR_SSL_PROTOCOL_ERROR

And the SSL analyze https://www.ssllabs.com/ssltest/analyze.html?d=chtixof.fr.eu.org tells No certificates found for both IP V4 and IP V6.

Thanks in advance for your help.

Hello. I have the same kind of issue. I am not very familiar with GIT and webhooks, which make things hard for me. My domain is chtixof.fr.eu.org I set up the DNS at Cloudflare, with DNS Only. DNS Lookup: https://dnschecker.org/all-dns-records-of-domain.php?query=chtixof.fr.eu.org&rtype=ALL&dns=google The repo is https://codeberg.org/chtixof/pages. I added a `.domains` file and a `_redirect` file. There is no specific CICD. I just want to publish the files that I commit. I added a Forgejo webhook targeting https://chtixof.fr.eu.org When I test it with the bottom right button, I get: `Delivery: Post "https://chtixof.fr.eu.org": remote error: tls: internal error` And still ,on the browser debug network tab, I get : `(failed)net::ERR_SSL_PROTOCOL_ERROR` And the SSL analyze https://www.ssllabs.com/ssltest/analyze.html?d=chtixof.fr.eu.org tells `No certificates found` for both IP V4 and IP V6. Thanks in advance for your help.

I added a Forgejo webhook targeting https://chtixof.fr.eu.org

Switch webhook to http://

> I added a Forgejo webhook targeting https://chtixof.fr.eu.org Switch webhook to `http://`
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Labels
Clear labels
accessibility
Reduces accessibility and is thus a "bug" for certain user groups on Codeberg.
bug
Something is not working the way it should. Does not concern outages.
bug
infrastructure
Errors evidently caused by infrastructure malfunctions or outages
Codeberg
This issue involves Codeberg's downstream modifications and settings and/or Codeberg's structures.
contributions welcome
Please join the discussion and consider contributing a PR!
docs
No bug, but an improvement to the docs or UI description will help
duplicate
This issue or pull request already exists
enhancement
New feature
infrastructure
Involves changes to the server setups, use `bug/infrastructure` for infrastructure-related user errors.
legal
An issue directly involving legal compliance
licence / ToS
involving questions about the ToS, especially licencing compliance
please chill
we are volunteers
Please consider editing your posts and remember that there is a human on the other side. We get that you are frustrated, but it's harder for us to help you this way.
public relations
Things related to Codeberg's external communication
question
More information is needed
question
user support
This issue contains a clearly stated problem. However, it is not clear whether we have to fix anything on Codeberg's end, but we're helping them fix it and/or find the cause.
s/Forgejo
Related to Forgejo. Please also check Forgejo's issue tracker.
s/Forgejo/migration
Migration related issues in Forgejo
s/Pages
Issues related to the Codeberg Pages feature
s/Weblate
Issue is related to the Weblate instance at https://translate.codeberg.org
s/Woodpecker
Woodpecker CI related issue
security
involves improvements to the sites security
service
Add a new service to the Codeberg ecosystem (instead of implementing into Forgejo)
upstream
An open issue or pull request to an upstream repository to fix this issue (partially or completely) exists (i.e. Forgejo, Weblate, etc.)
wontfix
Codeberg's current set of contributors are not planning to spend time on delegating this issue.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Codeberg/Community#2836
Reference in a new issue
Codeberg/Community
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?