mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-09 05:07:56 -05:00
Can't connect to Gitea due to SSL cert error - CA Certs not working #24
Reference in New Issue
Block a user
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).
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 script8d2919717f/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...