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 Fabien Serre ,
What Authentication methods are you targeting for? Nginx seems to provide some docs on Basic and Bearer(OpenID) auth.
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 ;-)