can't access http://www.skr.mlit.go.jp/ with DoH
Categories
(Core :: Networking: DNS, defect)
Tracking
()
People
(Reporter: nolamiller1203+bugzilla, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
acccess to http://www.skr.mlit.go.jp/ with DoH
network.trr.bootstrapAddress = 1.1.1.1
network.trr.mode = 3
network.trr.uri = https://mozilla.cloudflare-dns.com/dns-query
network.security.esni.enabled = true
Firefox 69.0b12
Actual results:
Server not found.
Expected results:
Reporter | ||
Comment 1•6 years ago
|
||
DoH query results from command line on WSL on Windows 10.
$ cat mozilla.sh
#!/bin/sh
FQDN=www.skr.mlit.go.jp
URI=https://mozilla.cloudflare-dns.com/dns-query
curl -H 'accept: application/dns-json' "$URI?name=$FQDN&type=A"
echo
$ ./mozilla.sh
{"Status": 2,"TC": false,"RD": true, "RA": true, "AD": false,"CD": false,"Question":[{"name": "www.skr.mlit.go.jp.", "type": 1}]}
$
Hi Walter,
I configured the DoH settings described and I was able to load the site http://www.skr.mlit.go.jp/by using the latest Firefox Nightly 70.0a1 (2019-08-16) (64-bit) (I'm attaching a screenshot).
Could you please verify if you can also access the page using the latest Nightly version? You can download it from here: https://nightly.mozilla.org/, and share the results with us.
If you still have the issue please create a new profile, you have the steps here:https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?redirectlocale=en-US&redirectslug=Managing-profiles#w_starting-the-profile-manager
Thanks for your report.
Reporter | ||
Comment 4•6 years ago
|
||
Unfortunately, still happened.
Firefox Nightly 70.0a1 (2019-08-16) + brand new profile
Reporter | ||
Comment 5•6 years ago
|
||
Hi Walter,
I'm sorry to hear that. We'd need more information from you so we can investigate what's going on.
- Can you please give us the exact steps you do so we can try to reproduce the issue?
- Are you using any proxy or connecting from any country that may have any restrictions over that site?
- Are you able to access other kinds of sites with the above mentioned DoH settings?
Thanks,
Reporter | ||
Comment 7•6 years ago
|
||
Reproduce steps.
o Install Nightly 79.0a1 (2019-08016)
o create brand new profile "Nightly Test"
o launch Nightly "C:\Program Files\Firefox Nightly\firefox.exe" -no-remote -P "Nightly Test"
o go to "about:config"
o set
network.trr.bootstrapAddress = 1.1.1.1
network.trr.mode = 3
network.trr.uri = https://mozilla.cloudflare-dns.com/dns-query
network.security.esni.enabled = true
o restart Nightly
o go to https://www.cloudflare.com/ssl/encrypted-sni/
o confirm all ok, Secure DNS, DNSSEC, TLS1.3, Encrypted SNI
o go to http://www.skr.mlit.go.jp/
o BOOM! "We're having trouble that site" show up.
Are you using any proxy or connecting from any country that may have any restrictions over that site?
I live in Japan. I am accessing from Japan to http://www.skr.mlit.go.jp/ over DoH.
I don't use proxy.
Any other sites is good. ex. https://www.google.com/ and https://www.yahoo.co.jp/ are accessible over DoH.
and I also can access http://www.skr.mlit.go.jp/ without DoH.
I can't access http://www.skr.mlit.go.jp/ only with DoH only.
Command line check is still failed.
$ cat mozilla.sh
#!/bin/sh
FQDN=www.skr.mlit.go.jp
URI=https://mozilla.cloudflare-dns.com/dns-query
curl -H 'accept: application/dns-json' "$URI?name=$FQDN&type=A"
echo
$ ./mozilla.sh
{"Status": 2,"TC": false,"RD": true, "RA": true, "AD": false,"CD": false,"Question":[{"name": "www.skr.mlit.go.jp.", "type": 1}]}
$
![]() |
||
Comment 8•6 years ago
|
||
"Status": 2 = SERVFAIL RCODE:2 Server failed to complete the DNS request
The problem is not our side, it's CF that can't from some reason resolve the host, probably a geolocation problem.
![]() |
||
Comment 9•6 years ago
|
||
Note that in central europe I get:
{"Status": 0,"TC": false,"RD": true, "RA": true, "AD": false,"CD": false,"Question":[{"name": "www.skr.mlit.go.jp.", "type": 1}],"Answer":[{"name": "www.skr.mlit.go.jp.", "type": 1, "TTL": 0, "data": "203.139.202.147"}]}
![]() |
||
Updated•6 years ago
|
Description
•