forwardproxy icon indicating copy to clipboard operation
forwardproxy copied to clipboard

basicauth can not work normally

Open huwenhu2007 opened this issue 4 years ago • 2 comments

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
}

}

huwenhu2007 avatar Mar 19 '21 03:03 huwenhu2007

I suspect this is a client-side issue. What client are you using? Does SwitchyOmega work for you?

sergeyfrolov avatar Mar 23 '21 19:03 sergeyfrolov

Has been resolved, json configuration is more troublesome

huwenhu2007 avatar Apr 15 '21 09:04 huwenhu2007