For testing purposes I have created a manual installation of a server on Azure.
I installed NAV 2016 CU1 from the DVD on this machine.
I created a database on Azure SQL.
Within the remote desktop all works fine, but I would like to access the webclient, windows client from outside the server.
I have set inbound lines in de portal.azure.com
And I have added firewall settings on the VM:
But still I get a error in my browser.
Does anyone have a suggestion?
Comments
The browser just gives a time out.
Local everything still works, but externally still the same.
This test proves that something should be changed in my Azure settings. But I just can't find what that would be.
I have a totally same demo enviroment. I configured everything as @gbierkens did.
I can telnet to port 7046, 7047 and 8080.
The webclient (port 8080) and webservice (7047) works fine from outside, but the windows client don't.
Any idea?
@gbierkens Could you solve the problem?
I suspect that it might have something to do with certificates.
https://msdn.microsoft.com/en-us/library/gg502478(v=nav.90).aspx
I just haven't found the time to test the above.
I forgot to write the solution.
@rosietesmen was right. The certificate was the problem.
You need to use a (self signed or a valid) certificate that the user needs to install as 'trusted person'.
Then Windows or NavUserPassword authentication work fine.
Thank you for your help!