Skip to content

Document Gitaly workaround for HTTP proxy and UNIX sockets

Stan Hu requested to merge sh-document-gitaly-proxy-workaround into master

The upgrade of the gRPC library in GitLab 11.6 changed the behavior of gprc.Dial to connect hostname unix through the HTTP proxy instead of talking directly to the UNIX socket. Until gitaly#1447 (closed) is resolved, adding noproxy to skip the unix host will be needed.

[ci skip]

Edited by GitLab Release Tools Bot

Merge request reports

Loading