Hello all,
I am trying to make a HTTPS request to a specific URL (a AWS-based url), and it never hits the endpoint.
But when I set the DNS server on my PC to 8.8.8.8 (Google DNS), the HTTPS request works fine.
This tells me that the Sunrise DNS server cannot resolve the URL I am trying to hit.
When I tried using nslookup <URL>
, it doesn’t show the IP address of the URL.
But when I tried using nslookup <URL> 8.8.8.8
, it correctly shows the IP address of the URL.
Why is that, and how can I fix it?