CNAME not working after 48 hours

I’ve done this in the past and this is my first time working with fly.io.

When I dig my DNS records for the subdomain I want to point to fly I get back:

;; ANSWER SECTION:
ordermapper.alexsherbuck.com. 43200 IN CNAME territory-order-reporting.fly.dev.

When I ping ordermapper.alexsherbuck.com and territory-order-reporting.fly.dev they ping the same IP address.

When I load the page in the browser or attempt to access the ordermapper subdomain the connection fails. I would troubleshoot nginx/certs if I was doing this myself. Since I am on fly I do not know where to begin to troubleshoot and debug.

Have you added the cert?

fly certs add ordermapper.alexsherbuck.com

Yup, missed that part of the docs on my side. Thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.