搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Can't get Firefox working with custom Dns-Over-Https server

  • 6 回覆
  • 1 有這個問題
  • 219 次檢視
  • 最近回覆由 Ryan

more options

Greetings,

I have a custom DoH server that I'm trying to get working with Firefox's DoH mode. Looking at the traffic, Firefox is sending an initial NS query type to the server, and the server is sending back what looks like a valid response in Wireshark, but Firefox seems to give up on sending further DoH queries after this.

Is there a debug mode I can enable in Firefox to glean what about the response it doesn't like? I couldn't find any console in the Web Developer tools to display diagnostics on the DoH handshaking.

Thanks, Ryan

Greetings, I have a custom DoH server that I'm trying to get working with Firefox's DoH mode. Looking at the traffic, Firefox is sending an initial NS query type to the server, and the server is sending back what looks like a valid response in Wireshark, but Firefox seems to give up on sending further DoH queries after this. Is there a debug mode I can enable in Firefox to glean what about the response it doesn't like? I couldn't find any console in the Web Developer tools to display diagnostics on the DoH handshaking. Thanks, Ryan

被選擇的解決方法

Hi Roland,

There were two issues at play here.

One is a known bug that's been fixed in Firefox beta, but hasn't been officially released (as of last week): https://bugzilla.mozilla.org/show_bug.cgi?id=1618042.

The other is an issue with our server where we weren't setting the content type in the HTTP header in the response that you mentioned above.

Thanks, Ryan

從原來的回覆中察看解決方案 👍 0

所有回覆 (6)

more options

Hi chiacow

I asked Firefox developers and they said: "about:networking logging might be useful"

Here's how to turn on logging: https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging

And then file a bugzilla bug with the log attached and post a link here

or

put the log somewhere e.g. dropbox, google drive and post a link to it here.

Cheers!

...Roland

more options

Hi Roland,

Thanks for the quick response.

I've filed a bug with bugzilla here with a Wireshark capture and the Firefox log Dropbox link attached to the bug:

https://bugzilla.mozilla.org/show_bug.cgi?id=1630736

Thanks, Ryan

more options

Great, thanks Ryan!

Could you please add me (:roland is my bugzilla nickname) to the CC: list of the bug so I can see it?

Right now I get access denied.

Thanks for taking the time to do this!

Cheers! ...Roland

more options

Looks like you've already been added to the CC list already for that bug report. If you still need to be added let me know.

Thanks, Ryan

more options

Hi Ryan:

Looks like your problem was solved in the bugzilla bug . It's not clear to me but I think the workaround was as follows (please reply and correct me if I got it wrong so that others can benefit in the future):

  1. set content type for the DoH response to: application/dns-message
  2. in Firefox, set network.notify.dnsSuffixList to false

Cheers!

...Roland

more options

選擇的解決方法

Hi Roland,

There were two issues at play here.

One is a known bug that's been fixed in Firefox beta, but hasn't been officially released (as of last week): https://bugzilla.mozilla.org/show_bug.cgi?id=1618042.

The other is an issue with our server where we weren't setting the content type in the HTTP header in the response that you mentioned above.

Thanks, Ryan