Closed
Bug 1539351
Opened 6 years ago
Closed 6 years ago
webextensions.settings does not work on IPv6 and dual-stack networks
Categories
(Cloud Services :: Operations: Kinto, task)
Cloud Services
Operations: Kinto
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bob+bmo, Unassigned)
Details
webextensions.settings.services.mozilla.com
has AAAA records, but refuses connections on its IPv6 addresses. This means IPv6-only networks and dual-stack networks that prefer IPv6 all fail to connect.
Either IPv6 access should be fixed, or the AAAA records removed so IPv4 fallback works.
Comment 1•6 years ago
•
|
||
It looks like we are using a VPC ELB, which does not support IPv6. I've removed our AAAA records.
# dig AAAA webextensions.settings.services.mozilla.com
; <<>> DiG 9.10.6 <<>> AAAA webextensions.settings.services.mozilla.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21830
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;webextensions.settings.services.mozilla.com. IN AAAA
;; AUTHORITY SECTION:
settings.services.mozilla.com. 600 IN SOA ns-1627.awsdns-11.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400
;; Query time: 64 msec
;; SERVER: 103.86.96.100#53(103.86.96.100)
;; WHEN: Wed Mar 27 08:12:08 CET 2019
;; MSG SIZE rcvd: 156
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•