#website works fine with IP, but when you use the domain, it times out.

8 messages · Page 1 of 1 (latest)

robust ginkgo
silk igloo
#

Either serve your website on port 80 and select Flexible as the SSL mode at Cloudflare.

Or install a Cloudflare origin certificate and serve your website on port 443 and select Full (Strict)

Or use a Cloudflare Tunnel which can serve your website even if it's hosted on port 3000

robust ginkgo
#

Whats a cloudflare tunnel

silk igloo
robust ginkgo
#

can this be done on ubuntu

silk igloo
#

Yes

robust ginkgo
#

what is it under

silk igloo
#

Did you click on the above link, it contains instructions on how to set up a Tunnel which then gives you instructions on how to install it on Ubuntu as part of the process.

If you follow the instructions and then connect an application with your IP/port of http://64.112.127.73:3000/ - your website will go live.

Alternatively, as mentioned above, you can adjust your Nginx configuration to proxy the app on port 80 (or 443 with an origin cert) which lets you use a normal proxied A record that'll connect successfully.