Issues Accessing Gitea Server Without Specifying Port in URL

I’m running a Gitea server on a Raspberry Pi and have it set up with a domain and SSL using Let’s Encrypt. While I can access my instance using example.net:8443, it fails to load when I try accessing it directly via https://example.net without specifying the port.

I’ve already forwarded ports 80 and 443 on my router, and I’m running the server with the SSL certificate configured. Is this an issue with my Gitea configuration, or do I need to set up something max’s menu like a reverse proxy to handle requests on the default ports?

Any advice would be appreciated! Thanks in advance :blush:

I pefer to bind to the default port (3000) on localhost and use a reverse proxy listening on the same host to handle HTTPS. There is good official documentation covering a wide variety of reverse proxy servers.