-
Notifications
You must be signed in to change notification settings - Fork 2
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
Exception when reverse-proxy without certificate but http header authentication provider #35
Comments
Actually, this only happened with Chrome. These are the headers that were passed through the proxy to Gitblit:
Chrome puts some
It works with Safari and Firefox, so this might be related to gitblit-org#1451 |
The same works with Safari:
|
Given the error log, this might be caused by an old, broken translation file. Need to retest with an updated Gitblit version. |
I set up Gitblit to use the HTTP Header authentication provider and defined a header for the user name. Nginx is set up as reverse proxy and it sets the user name from the certificate.
This works when the client provides a certificate. But when a client does not provide a certificate at all, Gitblit ran into an exception.
The text was updated successfully, but these errors were encountered: