proxy Questions

9

My gradle seems to insist on downloading packages from what looks like a proxy address. With this command I stop all Gradle daemons, remove any Gradle configuration, and build a random project from...
Nostology asked 26/7, 2020 at 8:18

6

In work I have a proxy, at home I don't have a proxy In work I set the proxy like: git config - -global http.proxy http://proxy.theaddress.co.uk:8080 git config - -global https.proxy https://pr...
Acridine asked 11/12, 2014 at 18:49

1

I wanted to make a very simple proxy using python (mostly to understand how it works). I am talking about a generic TCP proxy, not only http. I have built the following code, however, it seems to o...
Disconsolate asked 24/3, 2012 at 13:14

3

Solved

I have an application that needs to make a SOAP client request to a system on the Internet, so it needs to go though our HTTP proxy. One can do this by setting system-wide values such as system pr...
Incurrence asked 22/6, 2011 at 22:5

4

Solved

Motivations I am a running into an issue when trying to proxy PostgreSQL with Traefik over SSL using Let's Encrypt. I did some research but it is not well documented and I would like to confirm my ...
Galliett asked 11/8, 2020 at 9:0

2

Solved

I used to use a proxy with Angular <= 16, using webpack. Switching to Angular 17 and default esbuild/vite, the proxy configuration does not seem to work anymore. This configuration used to work:...
Dextrorotation asked 13/2 at 8:0

2

There is a --resolve option in the curl utility that allows you to add a DNS entry and force a certain IP address when calling a host. Since version 7.21.3 cURL allows specifying an IP address, ...
Lecher asked 28/6, 2016 at 20:49

11

Solved

After trying to reinstall Android Studio, everything was fine until the first run. While it was 'fetching Android SDK component information', it gave me an error saying: Unable to access Android...
Holladay asked 26/4, 2015 at 13:39

6

Here's what I did so far: Install Charles on my mac Connect mac and iPhone to same WiFi network Charles->Proxy->SSL Proxy Settings. Enable for * General->About->Certificate Trust Settings and ena...
Battledore asked 18/7, 2018 at 10:28

6

I am confuse why my IPTable does not work in Router. what I'm trying to do is redirect any packets from source ip destined to port 80 and 443 to 192.168.1.110:3128. however when I tried this:...
Storebought asked 15/5, 2012 at 6:53

11

Solved

Git works in a proxied environment by setting the http.proxy configuration parameter. For certain addresses I need to bypass the proxy. Is there a no-proxy/bypass-proxy configuration parameter?
Aynat asked 14/5, 2013 at 8:28

2

Solved

I have a node server and I am proxying my api requests using http-proxy-middleware, similar to what happens in this post. When I proxy to real production server everything works just fine, but when...
Lapful asked 20/4, 2016 at 13:36

5

Solved

We have a private docker registry at work (based on portus, but whatever) and I try to push an image to this registry but it doesn't work. It fails with the following error message: $ sudo docker ...
Tosspot asked 21/4, 2017 at 11:48

6

Solved

I have latest Docker version 18.06.0 installed on CentOS 7. My server is in a corporate network so using a proxy server to access the registry. I have added proxy settings as per docker documentati...
Eastwardly asked 17/8, 2018 at 7:29

4

This question has been asked in: Configure proxy on Rstudio. However, it was never resolved. I am a user of RStudio 0.99.486 version and R 3.2.2 version. I have tried 2 ways to configure proxy set...
Rotow asked 21/10, 2015 at 14:47

4

Since I am behind the corporate firewall, unable to install Node JS via nvm. I decided to use fiddler for proxying and then try to configure proxy in nvm as follows nvm proxy http://127.0.0.1:88...
Hushhush asked 3/8, 2019 at 22:26

3

Solved

Current setup as follows: stream { server { listen 9987 udp; server_name subdomain.EXAMPLE.com; # this line is resulting in an error proxy_pass localhost:9987; proxy_timeout 1s; proxy_resp...
Merengue asked 21/7, 2017 at 1:18

6

I was working in a corporate network behind a proxy server. In my code I can set the proxy by using the approach mentioned in this thread. But the problem is that most of the 3rd party modules do ...
Kerrikerrie asked 3/9, 2013 at 7:52

1

From this issue: RPC failed: curl 56 failure when receiving data from the peer I have the same issue, and like the OP I am not sure the clone completed 100% correctly. Is there a way for git to ver...
Sidekick asked 1/12, 2023 at 14:51

3

Keep getting this error. Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it. I ran sudo apt-get install --reinstall libcanberra-gtk-...
Misfile asked 10/2, 2023 at 4:7

4

I'm trying to analyse my Iphone traffic, I enabled the SSL proxy and set everything. The problem is.. I just got these unknown packs, I can't see anything, any clue??
Uncrowned asked 16/10, 2015 at 9:51

9

I'm testing VSCode by first time and I configure my proxy in settings.json as recommended: "http.proxy": "http://domain\user:pass@myproxy:port/" But it doesn't work when I try to install new e...
Mcduffie asked 3/11, 2016 at 14:23

6

I'm trying to connect to a Tor hidden service using the following PHP code: $url = 'http://jhiwjjlqpyawmpjx.onion/' $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CU...
Franza asked 16/3, 2013 at 3:39

9

I can't build my android project due to this error. Gradle failed to GET https://www.jitpack.io/com/github/Raizlabs/DBFlow/dbflow/3.1.1/dbflow-3.1.1.pom . Strange enough I am able to view the pom f...
Potbellied asked 4/9, 2017 at 13:50

28

Solved

I'm having issues with the proxy I set up. This is my root package.json file: "scripts": { "client": "cd client && yarn dev-server", "server": "nodemon server.js", "dev": "concurrentl...
Dyaus asked 17/1, 2018 at 0:31

© 2022 - 2024 — McMap. All rights reserved.