Hi,
I am trying to upgrade to mender 1.6.0, and encountered "502 bad gateway" when trying to connect to the mender server.
According to 1.6.0 documentation, "Production Installation" -> "API gateway", I have to
in production/prod.yml.
But when I trying to connect to the server through IP address like this, my mender server is at: 192.168.1.205,
it gave me "502 bad gateway" error. I have read that the new security measure in 1.6.0
"For security purposes, the gateway must know precisely the DNS name allocated to it, which you'll configure via the ALLOWED_HOSTS environment variable."
I have done the mender-api-gateway inside prod.yml, but still get the error, Do I need to do anything else to make it work in my network environment setup? or Do I miss anything?
Thanks,
Hunter