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

Feature Request: Add Basic Auth to protect px itself #117

Closed
bjonen opened this issue Jan 26, 2021 · 3 comments
Closed

Feature Request: Add Basic Auth to protect px itself #117

bjonen opened this issue Jan 26, 2021 · 3 comments

Comments

@bjonen
Copy link

bjonen commented Jan 26, 2021

It would be nice to allow basic proxy authentication for cases when it is necessary to expose the proxy on the network (0.0.0.0).

curl -v -x username:password@<network_ip>:3128 https://www.google.com

@genotrance
Copy link
Owner

What login:pass would we use for this? The same as the upstream proxy? Or a separate pair altogether? Or maybe support both?

What auth type - basic/digest? Or some custom token based? What will make it most accessible?

I'd like to add that Px already has decent IP based filtering for clients that can be leveraged for now.

@genotrance
Copy link
Owner

This is supported in v0.9.0 coming out soon - see branch.

NEGOTIATE, NTLM, DIGEST and BASIC auth are all supported with SSPI when available.

@genotrance
Copy link
Owner

v0.9.0 has been released finally!

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

No branches or pull requests

2 participants