Hello,
I’m wondering if it’s possible to connect to a mender server directly through an IP rather than going through DNS (ie: with a URL). We’ve got devices that we’d like to lock down, but in the event DNS fails for any reason we may be unable to update them.
I’ve added the IP address we’re using to the ALLOWED_HOSTS environment variable on the server, however when I access the IP directly through a browser I am unhelpfully given the 418 status code (AKA “I am a teapot” which is a joke status code).
Firstly, is what we’re trying to do not possible/not recommended? And secondly, what can I do to get a status code that might help me diagnose what the issue is?