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