Tagged Questions
1
vote
0answers
28 views
NTLM proxy Authentication in Android
i am trying to use Httppost operation by using NTLM proxy authentication. I have used JCIFSEngine. But still i am getting an error.
Here is my code:
BasicHttpParams params = new BasicHttpParams();
...
0
votes
0answers
25 views
cURL NTLM Proxy Authorization
I have been using curl for some time now and its working fine but with a proxy which uses users 'domain\username' to authenticate curl fails asking for Authorization. Authorization method is NTLM. ...
0
votes
0answers
216 views
Apache CXF (SOAP) and NTLM Proxy - Connection refused
I have some trouble to call a SOAP web service with Apache CFX and authenticate it versus our corporate NTLM proxy. I have to use JCFS because our Setup use Java 5. The application server ist ...
1
vote
1answer
135 views
passing NTLM authentication proxy
I have a legacy HTTP client application developed with VB on .NET Framework 2.0 long ago.
Recently a new proxy server was introduced into our network and the VB app started meeting "407 Proxy ...
4
votes
1answer
147 views
NTLM authentication and smartcards
I'm running a program (Mathematica) in a VMWare VPC behind a corporate internet proxy. Various programs installed in that VPC like IE, Chrome, Excel, Word, Acrobat Reader, and even MS Paint get data ...
0
votes
0answers
62 views
How does Garb read/use Windows system proxy settings for Google Analytics?
HTTP requests from my Win7 machine behind an NTLM auth proxy have to go through CNTLM or some other local proxy if they aren't able to read my system proxy settings. This includes my Ruby code which ...
5
votes
1answer
1k views
Firebug console error HTTP 407 Proxy Authentication Required
I am behind a proxy at work (using NTLM authentication). Whenever I load up a page, my Firebug console gets flooded with messages like this:
"NetworkError: 407 Proxy Authentication Required - ...
0
votes
0answers
297 views
NEXUS and NTLM Proxy
I created a proxy repository on our NEXUS repository... but no way to get it connected. Looking at the log file I found the following warnings:
2012-09-25 12:51:55 WARN [oxy-3-thread-17] - ...
3
votes
1answer
1k views
Cannot get JMeter to authenticate against site during recording
I am new to Jmeter and have the following problem. It has wasted a couple of days for me so far and I really hope someone can help:
When I go to record the login page of the website (IIS hosted, ...
3
votes
2answers
402 views
Uploading with HTTPSendRequest
I have to send files to a php script with delphi.
I finaly chose to use Wininet functions because I have to pass through a NTLM Authentication proxy.
When i send the file, I have empty chars (00) ...
5
votes
3answers
252 views
Could I use interactive proxy authentication with git-svn?
I'm behind an authenticating proxy and need to access a remote SVN repo over https using git svn.
The proxy is defined in my ~/.subversion/servers file.
When I start with git svn fetch, I get an ...
0
votes
0answers
175 views
HTTPClient ntlm smart card
Using HTTPClient 4 and want to authenticate via a proxy with NTLM....
But the authenticate data should be pulled from my smart card and hard cert. Haven't found examples of this with HTTPClient ...
0
votes
0answers
653 views
I am receiving HTTP/1.1 407 Proxy Authentication Required error
I know there are already a lot of questions about this particular error but my problem seems slightly unique.
I only receive HTTP/1.1 407 Proxy Authentication Required a portion of the time (20% ...
1
vote
0answers
154 views
VM specific HTTP proxy authentication
I assumed that this should be easy to find with Google, but after thorough searching and trying to understand the actual implementation without full success, I thought someone here might perhaps have ...
0
votes
1answer
153 views
NSIS NTLM Proxy authentication
I'm using NSIS for an installer program. We have to download some package from our server during installation and we use NSISdl library for this.
The problem is that we need to install the software ...
1
vote
1answer
446 views
ntlm proxy authentication rcurl problem
i'm behind an ntlm proxy server and i can't set the rcurl options correctly for it to work.
Apparently curl woks fine with the correct settings which are:
--proxy-ntlm
--proxy_user <...>
...
4
votes
1answer
3k views
Request to web service with Basic authorization via proxy with NTLM authorization not working
I have a web service that requires basic authorisation and a user behind an internet proxy that requires NTLM authorisation. I also have a forms application that makes calls to the web service and ...
0
votes
2answers
3k views
HTTP/1.1 407 error with latest Apache HttpClient 4.1.1 when using NTLM authentication
I'm trying to use the Apache HttpClient 4.1.1 library (http://hc.apache.org/httpcomponents-client-ga/tutorial/html/authentication.html) to access sites from behind my company's proxy that uses the ISA ...
0
votes
1answer
720 views
how can I remotely check if a proxy is NTLM enabled
I have no administrative access to the proxy host. But I want to know remotely whether the proxy is NTLM enabled and what version. How is it possible?
10
votes
1answer
2k views
Configuring Git on Windows to use NTLM proxy authentication
I'm trying to access a repository on Github from a Windows machine that is behind a proxy that requires NTLM authentication. Neither SSH nor the git:// protocol are directly available, so I'm trying ...
2
votes
1answer
1k views
Axis2 NTLM Authentication for Proxy-Server
What is the correct way to authenticate an Axis2 (Version 1.4) Client at a http proxy server that requires NTLM authentication?
I'm using the following code to provide the proxy credentials, but the ...
3
votes
2answers
898 views
NTLM and automatic Anonymous authentication IIS
I have an MVC application for our intranet which uses NTLM authentication however I want to be able to allow external users to access the application. All external connections to our intranet come via ...
1
vote
4answers
286 views
What is my best option for submitting code to github from within an NTLM firewall?
I'm thinking of using github to more nicely organise some of my code projects (i'm on a mission to implement all the major crypto algorithms in c, c#, js, golang, and ruby - but that's another ...
7
votes
7answers
8k views
Does git clone work through NTLM proxies?
I've tried both using export http_proxy=http://[username]:[pwd]@[proxy] and git config --global http.proxy http://[username]:[pwd]@[proxy].
I couldn't make it work. It looks like git uses Basic ...
5
votes
3answers
6k views
Python urllib2 HTTPS and proxy NTLM authentication
urllib2 doesn't seem to support HTTPS with proxy authentication in general, even less with NTLM authentication. Anyone knows if there is a patch somewhere for HTTPS on proxy with NTLM authentication.
...
5
votes
2answers
17k views
Java 6 NTLM proxy authentication and HTTPS - has anyone got it to work?
I have a Java application (not an applet) that needs to access a web service. Proxies for the web service have been generated with JAX-WS, and seem to work fine. In one scenario it needs to talk ...
16
votes
2answers
6k views
NTLM proxy without password?
I work on a corporate windows network (which I log in to) with a HTTP proxy. When I use Internet Explorer it magically uses the proxy without me needing to type in my password. Certain other programs ...
3
votes
1answer
2k views
Use ruby gem, apt-get,etc. through a proxy with NTLM authentication
What solutions are out there for getting through a corporate proxy using NTLM authentication? Anything that isn't a browser fails.
I've tried NTLMAPS, without success.