Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

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 ».

En savoir plus

Firefox 83 will not open local webserver site - other browsers will

  • 4 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par gabhan

more options

Since updating to Firefox 83 today, Firefox will not open my local webserver by name (anfield). I can ping the name of the server and it resolves fine. And the site opens correctly in Microsoft Edge. But Firefox just says 'Hmm. We’re having trouble finding that site. We can’t connect to the server at anfield.' Interestingly, I can open the website using it's IP address, but all my shortcuts to my development sites are on this webserver by name (anfield). Why is Firefox unable to resolve the name?

Since updating to Firefox 83 today, Firefox will not open my local webserver by name (anfield). I can ping the name of the server and it resolves fine. And the site opens correctly in Microsoft Edge. But Firefox just says 'Hmm. We’re having trouble finding that site. We can’t connect to the server at anfield.' Interestingly, I can open the website using it's IP address, but all my shortcuts to my development sites are on this webserver by name (anfield). Why is Firefox unable to resolve the name?

Solution choisie

interestingly, adding .local works. And changing the network.dns.dns_query_single_label to false, also works without adding the .local. Cheers

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (4)

more options

I should add that I'm using Windows 10 and Firefox 83.0 (64-bit)

more options

hi, can you try to add ".local" at the end of the server name and see if you can connect then?

more options

You also could try this preference flip, which rolls back a change to how Firefox queries Windows DNS:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste dns_ and pause while the list is filtered

(3) Double-click the network.dns.dns_query_single_label preference to switch the value from true to false

More info on about:config: Configuration Editor for Firefox. Source: bug 1677806.

more options

Solution choisie

interestingly, adding .local works. And changing the network.dns.dns_query_single_label to false, also works without adding the .local. Cheers