You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up a git repo using a locally hosted Gitlab as the target. I can clone this on the host using the token I've provided to Komodo, however if I exec into the container it fails with the error fatal: unable to access 'https://gitlab.my.domain/sharpy/misc-repo.git/': Failed to connect to gitlab.my.domain port 443: Connection refused I used the exact command Komodo is using to clone it on the host, but adding the token value.
I've also tried this on a public repo with the same error.
For context I'm using Traefik as reverse proxy, Gitlab and Komodo are on the same host and same (proxy) network. I'm using PiHole to locally resolve DNS addresses, same set up as everything else I host. I've checked logs of Traefik, Komodo and Pihole and can't find the issue.
This is bound to be a DNS error but I can't figure it out! Any pointers?
The text was updated successfully, but these errors were encountered:
I'm trying to set up a git repo using a locally hosted Gitlab as the target. I can clone this on the host using the token I've provided to Komodo, however if I exec into the container it fails with the error
fatal: unable to access 'https://gitlab.my.domain/sharpy/misc-repo.git/': Failed to connect to gitlab.my.domain port 443: Connection refused
I used the exact command Komodo is using to clone it on the host, but adding the token value.I've also tried this on a public repo with the same error.
For context I'm using Traefik as reverse proxy, Gitlab and Komodo are on the same host and same (proxy) network. I'm using PiHole to locally resolve DNS addresses, same set up as everything else I host. I've checked logs of Traefik, Komodo and Pihole and can't find the issue.
This is bound to be a DNS error but I can't figure it out! Any pointers?
The text was updated successfully, but these errors were encountered: