service=git-upload-pack HTTP/1.1", upstream: "https://<PROXY-IP>:<PROXY-PORT>/myrepo.git/info/refs?service=git-upload-pack", host: "<DNS-ALIAS-NGINX-GITLAB>" I was wondering what is the problem with my nginx configuration ? Should I try the following maybe : Clients in secure zone...
One way is to use the HTTP property "Proxy-Authorization" with a username:password base64 encoded. System.setProperty("http.proxyHost", "myProxyServer.com"); System.setProperty("http.proxyPort", "80"); URL url=new URL("http://someserver/somepage"); URLConnection uc = url.openConnection ...
http.proxyHost (default: <none>) The hostname, or address, of the proxy server http.proxyPort (default: 80) The port number of the proxy server. http.nonProxyHosts (default: localhost|127.*|[::1]) Indicates the hosts that should be accessed without going through the proxy. Typically t...