Skip to content
Snippets Groups Projects
Commit 73d52446 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'sazhar1-master-patch-60945' into 'master'

Update environment-variables.md for a known issue

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8077



Merged-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Approved-by: default avatarEvan Read <eread@gitlab.com>
Reviewed-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Co-authored-by: default avatarShaik Azhar <sazhar@gitlab.com>
parents ac2a43e1 92c7bd28
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -91,3 +91,7 @@ gitlab_rails['env'] = {
"https_proxy" => "http://<USERNAME>:<PASSWORD>@example.com:8080"
}
```
### Error: `Connection reset by peer` when mirroring repositories
If the `no_proxy` value includes port numbers in the URLs, it may cause DNS resolution failures. Remove any port numbers from the `no_proxy` URLs to resolve this issue.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment