pac Questions

28

Solved

I need to download several packages through npm but our corporate proxy configuration is a .pac file (i'm on windows) I have already tried npm config set proxy http://mydomain\username:[email&#16...
Prospectus asked 4/9, 2014 at 8:40

4

Solved

I am using dynatrace ajax edition and it requires an proxy server and password to connect to dynatrace server. The problem is I ONLY have the .pac file URL that we use at work. Is it possible to ...
Panache asked 9/5, 2012 at 0:37

4

Solved

When using GitKraken and attempting to perform remote actions (push/pull/fetch and possibly clone) in my corporate environment I get an error that looks like this: Fetch failed for 'origin' malf...
Inessa asked 13/3, 2017 at 18:22

3

Solved

How do I include my automatic proxy config file in HTTP libraries like urllib or requests. pacfile = 'http://myintranet.com/proxies/ourproxies.pac' proxy = urllib3.ProxyManager(????????????????) ...
Courtly asked 21/7, 2015 at 1:16

3

I am using Red Hat Enterprise Linux Server release 6.2, and I have only terminal access (no GUI). My company has a proxy auto-config script (PAC), and that is the only way to get internet connectio...
Deltadeltaic asked 4/8, 2014 at 18:54

2

Solved

How can you setup PAC files to use SOCKS proxies with authentication? Using this simple PAC file as an example: function FindProxyForURL(url, host) { return "SOCKS 69.123.133.75:7257;"; } How w...
Broch asked 6/12, 2009 at 23:37

4

Solved

I am writing a custom .pac script for use with Firefox. Following numerous examples I've seen, I intersperse alert()s in order to debug it, but no alerts popup, even though the script is clearly be...
Ulrike asked 23/6, 2009 at 17:0

2

What is the difference between shExpMatch() and dnsDomainIs() The definition says: // dnsDomainIs() // Evaluates hostnames and returns true if hostnames match. Used mainly to match and exception ...
Fleet asked 16/2, 2015 at 0:56

3

On Windows, is it possible to configure Atom to use the system default proxy instead of manually specifying the proxy settings in the .apmrc file? I recently started using the atom-editor for Wi...
Puisne asked 23/9, 2014 at 14:15

1

Solved

My corporate network works with a PAC script.(http://proxyconf.xxx.yy-ss/proxy.pac). Using the PAC script in the "git config" command does not work. "git config --global http.proxy http://proxyc...
Minutiae asked 20/5, 2016 at 9:52

1

I am writing a .pac file for use with iOS5 without jailbreak, but I feel trouble in matching the url starting with "https" (eg: https://test.com). Here is my script: function FindProxyForURL(url,...
Pitfall asked 29/2, 2012 at 5:21

4

My Internet Explorer is set to have an automatic proxy file(so-called PAC) for web access. Is there a way to use this on my Java program, also ? My below Java code does not seem to use proxy at al...
Hydrokinetic asked 7/6, 2012 at 16:50

2

Solved

I'm having trouble getting Proxy Automatic Configuration (PAC) in IE options to work as expected using .Net WebRequest. According to this article: Proxy Detection Take the Burden Off Users with Au...
Knobkerrie asked 25/11, 2012 at 15:3

0

Is there a way to use a proxy pac file with curl in php? I'd like my web server to be able to access external web pages through my company's proxy, but rather than a static IP+port, a pac file is u...
Escheat asked 26/6, 2015 at 16:59

5

Solved

I'm rewriting a big website, that needs very solid architecture, here are my few questions, and pardon me for mixing apples and oranges and probably kiwi too:) I did a lot of research and end...
Krucik asked 30/11, 2010 at 17:22
1

© 2022 - 2024 — McMap. All rights reserved.