microsoft / nav-arm-templates

ARM (Azure Resource Manager) templates for Microsoft Dynamics NAV
MIT License
54 stars 55 forks source link

Connection through Android/iPhone app over traefik fails - connection not secure #141

Closed mmenninghaus closed 4 years ago

mmenninghaus commented 5 years ago

I set up a vm with traefik enabled. The connection to the containers through the web client works perfectly fine, but fails using the android or IPhone app.
The failure message in the apps reads: "The application enabled can only be accessed using a secure connection (HTTPS)" This happens for each of the arm templates (getnav, getbc, getbcext) for bc and nav containers. I am able to connect through the apps to a single container without traefik enabled.

When connecting with the web client, I am monitoring several http and https requests. For instance when the client requests the Header.png for the login page. See also on this Yammer thread: https://www.yammer.com/dynamicsnavdev/#/Threads/show?threadId=396327303618560

mmenninghaus commented 4 years ago

Fixed with https://github.com/microsoft/navcontainerhelper/pull/758