The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the web site owners to inform them of this problem.
hostname and hostname -f gives two different results
Hostname is FQDN and hostname -f give localhost.
The documentation mentioned 127.0.0.1
So I have to change 127.0.0.1 ?
And also put the IP address
I am not running Apache but Nginx and the FDQN is configured on port 4444 and it looks like I cannot change this to port 443?
Unfortunately I don’t have good documentation to install correctly. It is unclear to me what needs to be filled in the /etc/hosts file to make this work.
I can approach via FQDN:4444 but not FQDN:443.
I can approach via IP address:443
Unfortunately I don’t have any more time to spent so for me I have to cancel this project. Thanks for the help.
This is one of the best Jitsi installation manual I have seen. If you follow that guide exactly then it must be able for you to set up your own Jitsi instance.
If it helps, I only needed to use the loopback address in the hosts file. (127.0.0.1), I too had problems with nginx, so I swapped over to apache. I’m just using a self-signed cert. at the moment, as it was giving me problems running the script included with jitsi to get the acme free cert.
You could also try port forwarding 443 to 4444 in your router, but it’s probably configurable someplace in /etc/nginx.