Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

NTLM authentication information - there is never any prompt or place to enter credentials

  • 5 réponses
  • 9 ont ce problème
  • 22 vues
  • Dernière réponse par guigs

more options

We are testing using Android tablets in our current IT infrastructure and we're running into a few snags. We can join the network, we have the proxy set in the Wi-Fi settings, and we are able to navigate to internal resources by their IP address, however we cannot navigate through the proxy (Smoothwall) using NTLM authentication.

Trying to navigate via the stock browser lands us on our proxies default NTLM Authentication Failed page (as to be expected, as there is no support for NTLM on the stock browser) however via Firefox I simply get the stock 'Unable to Connect' page.

I have tried multiple options in the about:config page (network.automatic-ntml-auth.allow-non-fqdn, network.automatic-ntml-auth.allow-proxies, network.automatic-ntml-auth.trusted-uris, network.ntlm.send-Im-response, network.negotiate-auth.delegation-uris) but have had no success.

There seems to be nowhere in Firefox's settings to input proxy authentication credentials, and there is never any prompt to do so when trying to browse the internet. I have deleted the cache (and all other settings) to ensure I am not returning a cached copy and still it does not work. What settings do I need to set in order to navigate through the proxy with NTLM authentication?

Samsung Galaxy Tab (GT-P1000), Android 2.3.3 (Gingerbread), Firefox 25.0.1

We are testing using Android tablets in our current IT infrastructure and we're running into a few snags. We can join the network, we have the proxy set in the Wi-Fi settings, and we are able to navigate to internal resources by their IP address, however we cannot navigate through the proxy (Smoothwall) using NTLM authentication. Trying to navigate via the stock browser lands us on our proxies default NTLM Authentication Failed page (as to be expected, as there is no support for NTLM on the stock browser) however via Firefox I simply get the stock 'Unable to Connect' page. I have tried multiple options in the about:config page (network.automatic-ntml-auth.allow-non-fqdn, network.automatic-ntml-auth.allow-proxies, network.automatic-ntml-auth.trusted-uris, network.ntlm.send-Im-response, network.negotiate-auth.delegation-uris) but have had no success. There seems to be nowhere in Firefox's settings to input proxy authentication credentials, and there is never any prompt to do so when trying to browse the internet. I have deleted the cache (and all other settings) to ensure I am not returning a cached copy and still it does not work. What settings do I need to set in order to navigate through the proxy with NTLM authentication? Samsung Galaxy Tab (GT-P1000), Android 2.3.3 (Gingerbread), Firefox 25.0.1

Toutes les réponses (5)

more options

does it make a difference when you set the proxy again in firefox?

https://support.mozilla.org/en-US/questions/954078#answer-419305

more options

Hi, In Firefox Beta version 26, at the moment there is:

network.proxy.no_proxies_on

that requires a string for a dns or ip address.


Or other solutions:

If you try beta, let us know if that works, I do not have an environment to test this.

more options

phillipp, I have set network.proxy.http, network.proxy.http_port, network.proxy.ssl and network.proxy.ssl_port (both to the ip address and port of the proxy server as all of our traffic heading to the outside web has to navigate through the proxy, no matter its destination. Unfortunately this still hasn't worked.

I also have both the proxy ip address and the domain set in network.automatic-ntlm-auth.trusted-uris. Any idea what I'm doing wrong?

Modifié le par SMSC

more options

Does Smoothwall have a rule blocking traffic from Firefox? It may be a good idea to run the issue by them as well if you have tried all the firefox options and other browsers work.

Modifié le par guigs

more options

I also found this:

// (bug 535193) For NTLM, just use the uri host, do not do canonical host lookups.
       // The incoming serviceName is in the format: "protocol@hostname", SSPI expects
       // "<service class>/<hostname>", so swap the '@' for a '/'.

ref: http://dxr.mozilla.org/mozilla-centra.../nsAuthSSPI.cpp