Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTLM proxy doesn't work (and, I suspect kerberos proxy) #23

Closed
GoogleCodeExporter opened this issue May 29, 2015 · 8 comments
Closed

NTLM proxy doesn't work (and, I suspect kerberos proxy) #23

GoogleCodeExporter opened this issue May 29, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Start Browswer behind NTLM proxy such as Network Appliance NetCache proxy
2. No web-page loads (www.google.com) (e.g. browser no workie)
3. There is no step 3.

What is the expected output? What do you see instead?

I expect to see a web-page.

What version of the product are you using? On what operating system?

Latest 5-22-2008 snapshot.  Windows Vista, Windows XP SP1

Please provide any additional information below.

I think this has to do with the fact that QAuthenticator doesn't support
multi-challenge responses.  See documentation inside qauthenticator.cpp
[C:\Qt\4.4.0\src\network\kernel]:

    /*
      Fun from the HTTP 1.1 specs, that we currently ignore:

      User agents are advised to take special care in parsing the WWW-
      Authenticate field value as it might contain more than one challenge,
      or if more than one WWW-Authenticate header field is provided, the
      contents of a challenge itself can contain a comma-separated list of
      authentication parameters.
    */

Original issue reported on code.google.com by Sean.Spi...@gmail.com on 22 May 2008 at 10:52

@GoogleCodeExporter
Copy link
Author

Just to confirm: Did you have this problem with Qt 4.4.0?

Original comment by ice...@gmail.com on 26 May 2008 at 8:10

@GoogleCodeExporter
Copy link
Author

Original comment by ice...@gmail.com on 26 May 2008 at 11:02

  • Changed title: NTLM proxy doesn't work (and, I suspect kerberos proxy)

@GoogleCodeExporter
Copy link
Author

Yes. Qt 4.4.0.

sean

Original comment by Sean.Spi...@gmail.com on 27 May 2008 at 12:28

@GoogleCodeExporter
Copy link
Author

I can confirm proxy issues, too, with the snapshot from 5/28/08. Not sure if 
it's the
same problem, but I use an identical proxy configuration in Firefox. 

Original comment by itrek...@gmail.com on 5 Jun 2008 at 11:28

@GoogleCodeExporter
Copy link
Author

I also have a problem with proxy with qt 4.4.0
We already talked about it on irc.

I looked at the tcpdump, and the problem is that qt does request but does not 
send authentification.

Original comment by bique.al...@gmail.com on 9 Jun 2008 at 9:42

@GoogleCodeExporter
Copy link
Author

This is an issue with Qt and not Arora so I am close/moving it.

On NTLM: Testing against squid it does work, Qt's isn't perfect and because 
NTLM is a
closed spec support for it will improve when the Qt devs have time or are paid 
by a
customer to support box X, or get patches.

Qt does have authentication support and Arora hooks into that (tested against 
squid).

There is an open Qt task for kerberos/ntlm here:
http://trolltech.com/developer/task-tracker/index_html?id=194847&method=entry

Original comment by ice...@gmail.com on 20 Jun 2008 at 3:01

  • Changed state: Moved
  • Added labels: Qt

@GoogleCodeExporter
Copy link
Author

Hello. I know this post is closed/moved since Jun 2008.
I just read it, and this post aplies to my problem. I am trying to implement 
Arora in
the institution I work for, but no lucky because NTLM dont work with Arora + 
ISA.
Firefox has addicional configuration options, where you can include some 
options to
make it working. I rather be using Arora, cause its very light and fast, and 
also
works with Citrix (thats a must for me).
Don't think we should depend only on QT. Unless we really have to admit that 
Arora
Browser don't work with ISA and there is nothing to be done about it.
Should I drop Arora until QT make that work?

Thank you for reading.

Original comment by podes...@gmail.com on 20 Apr 2010 at 6:27

@GoogleCodeExporter
Copy link
Author

Looks like someone outside of Trolltech will have to make a patch to Qt if they 
want this feature.

Original comment by ice...@gmail.com on 20 Apr 2010 at 7:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant