authentication failed - no authentication credentials provided

does it work with a fresh browser profile? anything out of the ordinary in the logs on the server side?
 
i have latest version gogle chrome.
its a part of auth.log:
021-10-27T07:38:17+03:00: authentication failure; rhost=[::ffff:192.168.10.2]:55564 user=root@pam msg=AUTH_ERR (7)
2021-10-27T07:43:54+03:00: successful auth for user 'root@pbs'
2021-10-27T07:43:56+03:00: authentication failure; rhost=[::ffff:192.168.10.2]:55570 msg=no authentication credentials >
2021-10-27T07:43:56+03:00: authentication failure; rhost=[::ffff:192.168.10.2]:55576 msg=no authentication credentials >

maybe the reason thats i trying to acess througth proxy. i use nginx to reverse proxy from 192.168.10.2 to another server where pbs is installed
 
yeah, that does sound like your proxy is doing something wrong..
 
Yes. It was. I've checked locally. But i need to use proxy. Maybe someone have experience with nginx proxy right operations for pbs?
 
you need to forward the cookie (PBSAuthCookie) and auth headers (Authorization)
 
i cant find the right expression to forward it(((((
after authorization i have message
"The "PBSAuthCookie" cookie was rejected because a non-HTTPS cookie could not be set as "secure"."

could someone help with it?
 
you need to have a TLS-enabled reverse-proxy