Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible to support digest auth? #12

Open
ghost opened this issue Dec 12, 2017 · 2 comments
Open

possible to support digest auth? #12

ghost opened this issue Dec 12, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 12, 2017

Is it possible to support digest auth and not just basic auth in a similar manner to this script? There is a negotiation that takes place involving realm and nonces so it is not as simple as basic auth.

@jjqq2013
Copy link
Contributor

jjqq2013 commented Dec 13, 2017 via email

@ghost
Copy link
Author

ghost commented Jan 5, 2018

I think basic auth would work with squid, but digest would not. For digest, you have to pass the credentials in with each request rather that initialize squid with the credentials (as this project is initialized with the credentials). I haven't verified, this is just what I gather from this post: https://stackoverflow.com/questions/25609063/how-to-configure-cascade-squid-proxy-with-squid-parent-digest-authentication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant