Cannot open Remix app by dedicated IP

I have a Remix app running and I can open it by using the https://APP.fly.dev

I have allocated Dedicated IPv4, but I still cannot access it via https://IP

Any ideas?

Hi,

Normally you shouldn’t need to use the IP like that :thinking:

Technically you can get an SSL certificate for an IP address rather than a domain, however in most cases you use a hostname. Either the fly.dev one provided by Fly (which you say works) or (if you want to use your own domain for the app) you would add a DNS record to point e.g your-domain.com at the IPv4 e.g 1.2.3.4. For an IPv4, that is an A record.

You would then request an SSL certificate from Fly for your-domain.com.

Once issued, you could request https://your-domain.com and that would work.

1 Like

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