forwardproxy
forwardproxy copied to clipboard
basicauth can not work normally
Hello, I use this configuration for proxy authentication. After entering the correct account and password, it still prompts that the authentication fails, and the authentication function cannot be used. Can you help me solve it?
0.0.0.0:80 { log access.log
errors error.log {
401 /usr/local/www/aaa.html
404 /usr/local/www/aaa.html
}
forwardproxy {
basicauth user 123456
hide_ip
hide_via
}
}
I suspect this is a client-side issue. What client are you using? Does SwitchyOmega work for you?
Has been resolved, json configuration is more troublesome