Top "Proxy" questions

A proxy is a device or program that stands between two or more interconnected programs or devices.

Getting Git to work with a proxy server - fails with "Request timed out"

How do I get Git to use a proxy server? I need to check out code from a Git server, …

git version-control proxy
performing HTTP requests with cURL (using PROXY)

I have this proxy address: 125.119.175.48:8909 How can I perform a HTTP request using cURL like curl http://www.example.com, …

linux curl proxy
How do I pull from a Git repository through an HTTP proxy?

Note: while the use-case described is about using submodules within a project, the same applies to a normal git clone …

git proxy git-submodules
Using pip behind a proxy with CNTLM

I am trying to use pip behind a proxy at work. One of the answers from this post suggested using …

python proxy pip
How do I set the proxy to be used by the JVM

Many times, a Java app needs to connect to the Internet. The most common example happens when it is reading …

java proxy jvm
How to set proxy for wget?

I want to download something with wget using a proxy: HTTP Proxy: 127.0.0.1 Port: 8080 The proxy does not need username and …

linux proxy wget
How to change proxy settings in Android (especially in Chrome)

Could you please help me: is it possible to set proxy settings in Android (especially in Chrome)? I have to …

android proxy ip
Cannot download Docker images behind a proxy

I installed Docker on my Ubuntu 13.10 (Saucy Salamander) and when I type in my console: sudo docker pull busybox I …

proxy docker
How to clear https proxy setting of NPM?

How can I clear the previous ssl proxy setting of NPM? well, I search a lot, but all post I …

node.js proxy