domain.com with SSL hosted on AWS EC2 + Route 53 DNS
EC2 runs Nginx and reverse proxies to multiple upstream NodeJS applications hosted on the same EC2 server
location / currently points to http://site another NodeJS applications, which I am currently moving to Fly.io with reserved IP 1.1.1.1 and internal url site.internal
I think https://<IP_ADDRESS> definitely wouldn’t work because the SSL cert isn’t issued for the IP address. I haven’t seen anyone try http://<IP_ADDRESS> for the public proxy, not sure if it’s configured to understand that. Is there a reason why you want to avoid <APP_NAME>.fly.dev or another custom domain?