Replies: 1 comment
|
From the error: this looks like a DNS resolution failure, not an SSH policy issue. Your network policy already allows connections to: host: gitlab.com
port: 22However, before SSH can connect, it first has to resolve A few things I'd check: 1. Verify DNS works inside the sandboxTry: getent hosts gitlab.comor nslookup gitlab.comor dig gitlab.comIf these fail with the same error, then the issue is DNS rather than SSH. 2. Confirm
|
Uh oh!
There was an error while loading. Please reload this page.
Can someone help me how to setup gitlab inside of a sanbox using policy for ssh? Or only https solution will work?
I've tryed this:
But it doesn't work with ssh. It's resolving gitlab.com using curl through https, but with ssh I've got an error.
All reactions