Top "Proxy" questions

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

How to use CURL via a proxy?

I am looking to set curl to use a proxy server. The url is provided by an html form, which …

php curl proxy php-curl
Gradle proxy configuration

I need web access from Gradle through a proxy server to use the Gradle/Artifactory integration for Jenkins. To reduce …

java proxy active-directory windows-server-2008 gradle
Using npm behind corporate proxy .pac

I need to download several packages through npm but our corporate proxy configuration is a .pac file (i'm on windows) …

node.js npm proxy pac npm-config
Proxy Error 502 : The proxy server received an invalid response from an upstream server

We are building a mass mailing sending application in Java. Mail is being send by third party SMTP. After sending 400…

java email proxy tomcat6
How do I have to configure the proxy settings so Eclipse can download new plugins?

I am working with Eclipse 3.7, on an Windows XP environment behind a web proxy. I want to install the Groovy …

eclipse proxy
Problems using Maven and SSL behind proxy

I just downloaded Maven and was trying to run the simple command found on the "Maven in Five Minutes" page (…

java maven ssl proxy
How can I set a proxy server for gem?

I am unable to install SASS through command prompt. I tried below steps c:\gem install sass I am getting …

windows proxy rubygems
How do I make HttpURLConnection use a proxy?

If I do this... conn = new URL(urlString).openConnection(); System.out.println("Proxy? " + conn.usingProxy()); it prints Proxy? false The …

java windows http proxy
How to get pip to work behind a proxy server

I am trying to use python package manager pip to install a package and it's dependencies from the internet. However …

python proxy pip
How do I update Ruby Gems from behind a Proxy (ISA-NTLM)

The firewall I'm behind is running Microsoft ISA server in NTLM-only mode. Hash anyone have success getting their Ruby gems …

ruby proxy rubygems ironruby