How to implement Digest authentication on Apache behind a proxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi everyone,

I try to implement digest authentication on Apache. 

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 Apache server where I configure the Digest authentification

I have the following error, when my client try to connect to my Apache through the proxy : 
uri mismatch - </proxy/uri> does not match request-uri </request/uri>

because the client (server A) send the following parameter for the authentication
Digest username="client", realm="Test", nonce="xxxxxx", uri="/proxy/uri", cnonce="xxxx=", nc=xxxx, qop=auth, response="xxx", algorithm=MD5\r\n

The client (server A) send the proxyuri, and the Apache server (server C) waiting for the nginxuri.

Do you know which parameter, I need to add in my Apache configuration to perform the connection ?
Or Do you know, if it's possible to implement Digest authentication on Apache behind a proxy ? 

For your information, the direct connection Client to Apache server with Digest authentication works fine. 


Thanks for your help,

Attachment: default-ssl.conf
Description: default-ssl.conf

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux