--
You received this message because you are subscribed to the Google Groups "Edge Test Tool (ETT)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to edge-test-too...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/edge-test-tool/ee59f376-1e2e-4b44-98b1-f73fefb119a1n%40googlegroups.com.
Your gateway is actually passing the part of XDR 7 that matters: the ETT endpoint at 12084 intentionally serves a bad/expired certificate (that's the whole point of the test, verify your edge rejects mutual TLS when the server's cert is invalid). The RegistryError 5401 … certificate expired on 3/15/2015 is the desired outcome. The cert was deliberately set up that way and being expired is one of the things that makes it "bad."
The reason the ETT UI is stuck in PENDING is separate: ETT correlates the test result to your run by matching the source IP of the incoming TLS connection against the IP you entered in the form. If your gateway sits behind NAT, a proxy, an SD‑WAN gateway, or any egress firewall, the IP that arrives at ett.healthit.gov is not the IP of the gateway server itself and ETT silently discards the result, leaving the test in PENDING.
Please:
curl https://api.ipify.org (or equivalent) to get the public egress IP.If you have multiple egress IPs (HA pair, multi‑AZ, etc.), repeat with each. Also confirm outbound TCP to ett.healthit.gov:12084 isn't being blocked by your perimeter firewall.