[SOLVED] Login success using ip address, but fails with hostname

janvv

Active Member
Jun 21, 2020
64
12
28
66
52.24154182722349, 5.117853866801705
During the installation I gave the server the name 'hefty'.
That was succesfully put in the hosts file:

127.0.0.1 localhost.localdomain localhost
192.168.144.19 hefty.village.papasmurf.nl hefty

Login using https://192.168.144.19:8006 works perfectly, but when I use https://hefty.village.papasmurf.nl:8006 it doesn't know me... ???

1608284681013.png


'telnet hefty 8006' and 'telnet hefty.village.papasmurf.nl 8006' both connect to the black telnet screen, so DNS is ok, and the server is listening on port 8006.

What am I missing?
 
Last edited:
Thanks for coming back to share your solution!