Skip to content
Snippets Groups Projects
Commit 92c7bd28 authored by Shaik Azhar's avatar Shaik Azhar Committed by Achilleas Pipinellis
Browse files

Update environment-variables.md for a known issue

parent ac2a43e1
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