How to configure Auth digest behind a proxy
kev jr
wi2p at hotmail.com
Sat Jan 2 01:13:59 UTC 2021
Hello and happy new year
I try to implement digest authentication on Nginx.
The architecture is the following :
Server A is the client
Server B is the proxy (a API solution which only transmits the request as a proxy)
Server C is my Nginx server where I configure the Digest authentification
I have the following error, when my client try to connect to my Nginx through the proxy :
uri mismatch - <proxyuri> does not match request-uri <nginxuri>
because the client (server A) send the following parameter for the authentication
Digest username="client", realm="Test", nonce="xxxxxx", uri="proxyuri", cnonce="xxxx=", nc=xxxx, qop=auth, response="xxx", algorithm=MD5\r\n
The client (server A) send the proxyuri, and the Nginx server (server C) waiting for the nginxuri.
Do you know which parameter, I need to add in my Nginx configuration to perform the connection ?
Or Do you know, if it's possible to implement Digest authentication on Nginx behind a proxy ?
For your information, the direct connection Client to Nginx server with Digest authentication works fine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20210102/b710d870/attachment-0001.htm>
More information about the nginx
mailing list