Bug 1110291
| Summary: | browsers fail to login to IIS sites after update | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Samo Dadela <samo_dadela> |
| Component: | firefox | Assignee: | Martin Stransky <stransky> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | fweimer, gecko-bugs-nobody, kengert, stransky |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-17 16:18:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Samo Dadela
2014-06-17 11:31:57 UTC
Kaie, any idea here? I need more details. Can you point us to a public URL where we can see the problem? Is this a password-popup authentication (basic auth)? Is https involved? All the sites I tried use windows authentication. A pop-up opens asking for a username/password. The username I enter is in the format: DOMAIN\me I don't know of any public systems that use this auth. However as said all IIS based sites in my company stopped working. You can try some SharePoint sites if you have any. What happens is that the pop-up does not appear (as it does from other machines (linux/windows) and fc20 google-chrome). No https. Is there some component used by both ff and midori that handles the auth? Was it updated recently? By comparing ff and chrome, I found that both get first a: "HTTP/1.1 401 Unauthorized" ... ff stops there, but chrome continues with: GET / HTTP/1.1 Host: xxxxxxxxx Connection: keep-alive Authorization: NTLM Thanks for the details. I see that upstream Firefox has disabled support for insecure NTLMv1 in Firefox 30. See https://bugzilla.mozilla.org/show_bug.cgi?id=828183 I also see, they have introduced a pref for users who really really want to continue using the insecure mechanism (see: https://bugzilla.mozilla.org/show_bug.cgi?id=999306 ) I found this page with info: http://www.janbambas.cz/ntlm-v1-and-firefox/ Use at your own risk. OK, so by setting (at my own risk): network.negotiate-auth.allow-insecure-ntlm-v1 in about:config to true. FF 30 works. I get the credentials dialog as before and I can access the site. What about midori? Should I open a new bug? (In reply to Samo Dadela from comment #6) > What about midori? Should I open a new bug? Yes please. Bug 1110734 - midori fails to login to IIS sites after update https://bugzilla.redhat.com/show_bug.cgi?id=1110734 Thanks. |