Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I've a server which needs a Digest Authentication to access to it.

I also have a reverse proxy based on nginx which will redirect all requests made to to /redirect/mysecureserver, using proxy_pass directive.

This works well when my authentication method in the secure server is Basic type, I just need to inject a header with a base64 encoded string ("username:password"). Unfortunally in my secure server is not possible to change the method to "Basic Authentication" using digest Authentication is a must by design, because this server is in fact a embedded system with a lighttpd server and the digest authetication method can not be changed.

If some of you have a good idea to solve this, rise your hand.

Best

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.