mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[GH-ISSUE #48] Can't connect to Gitea due to SSL cert error - CA Certs not working #23
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#23
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @dot-mike on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/48
version: v3.0.1
type: docker
Error seen when configuring Gitea connect:
Gtea domain: gitea.lan..com
I have valid private ROOT CA + Intermediate CA. I added the CAs to
/app/certsand can confirm they bundled & used (at least according to logs)Confirming I have certs in place:
$ ls /volume2/docker/gitmirror/certsAny help appreicated!
Also on another note, variable
NODE_EXTRA_CA_CERTSaccording to https://github.com/RayLabsHQ/gitea-mirror/blob/main/certs/README.md does not work! This is because the variable is overwritten in docker-entrypoint bash scriptgithub.com/RayLabsHQ/gitea-mirror@8d2919717f/docker-entrypoint.sh (L25)Docker config:
Full docker logs attached
logs.txt
@arunavo4 commented on GitHub (Jul 19, 2025):
Give me some time I will test this and let you know there was a similar issue someone had and the solution in readme worked.
@arunavo4 commented on GitHub (Oct 22, 2025):
@dot-mike did you figure it out ?
@dot-mike commented on GitHub (Oct 22, 2025):
Thanks for reaching back to me. I've since moved on to using a simple bash script to execute mirroring. So in a way I resolved it...