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

auth not working ? #7

Open
changchichung opened this issue Jan 18, 2023 · 0 comments
Open

auth not working ? #7

changchichung opened this issue Jan 18, 2023 · 0 comments

Comments

@changchichung
Copy link

my config

listen="0.0.0.0:3129"
access_log="/tmp/microproxy.access.log"
activity_log="/tmp/microproxy.error.log"
allowed_connect_ports=[443, 80]
auth_file="auth.txt"
auth_type="basic"
auth_realm="proxy"
forwarded_for_header="on"
#allowed_networks=["127.0.0.1/32"]
#add_headers=[
#	["X-Test-Header1", "yes"],
#	["X-Test-Header2", "no"]
#]

auth.txt

user:password

even I already add auth_type in config , but client still can connect to microproxy without authencation .
any suggestions ?

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