Android APP unable to use FQDN without exposing port.

an4tomic1

New Member
Dec 13, 2022
7
0
1
Hi community!

Very first post, hope i'll do my best.

I used the Android APP to connect to my Proxmox prety nice and smooth with an exposed public IP and port. (x.x.x.x:8006)

Now i managed to configure an Nginx server and a personal domain to acces my services without exposing ip/ports or puting NAT rules in my router. Something like:
service.example.com
cast.example.com
007.example.com

I can acces proxmox on a browser with "prox.example.com" however when i try the same on the app, it automatically adds the port and brakes the whole thing with an error prompt and wont letting me in.

I have to put a NAT rule to the port in order to make the APP work.

It's APP fault or it's something worng in my NGINX config?

Thanks!
 
you can add a custom port in the app by entering: 'some-host:your-port' the default port for tls is 443 so that should work
 
Ok thanks, I need it without any port. For access it with my domain.
well it always listens on a port, and the default port for tls/ssl in the browser is 443 (this will not be shown there). so adding :443 should work