Hello,
I am trying to access a PIVision server through a nginx reverse proxy. I struggle a lot with the authentication, does anybody succeed to use PIVision with nginx or any other reverse proxy?
Hello,
I am trying to access a PIVision server through a nginx reverse proxy. I struggle a lot with the authentication, does anybody succeed to use PIVision with nginx or any other reverse proxy?
Hi Jinmo,
Thanks for your answer. I've made some progress. I am using the default authentication, NTLM and nginx doesn't support it.
I've got it working but it is a little bit tricky. I found a ntlm extension on github but it is needed to recompile nginx to add it.
But now, it is working fine. Adding NTLM to nginx is not great due ti cybersecurity reason, but as it is for a demo system, it will work for me ;-)
Hi Jinmo,
Thanks for your answer. I've made some progress. I am using the default authentication, NTLM and nginx doesn't support it.
I've got it working but it is a little bit tricky. I found a ntlm extension on github but it is needed to recompile nginx to add it.
But now, it is working fine. Adding NTLM to nginx is not great due ti cybersecurity reason, but as it is for a demo system, it will work for me ;-)