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

Bug: BASIC auth does not work on Windows #3389

Open
YamatoSecurity opened this issue Apr 3, 2024 · 1 comment
Open

Bug: BASIC auth does not work on Windows #3389

YamatoSecurity opened this issue Apr 3, 2024 · 1 comment

Comments

@YamatoSecurity
Copy link
Contributor

I am trying to get the server frontend running on Windows with version 0.72 RC1.

I have created server.config.yaml with config generate -i with the default settings, creating a test user admin:admin. However, when I try to log in with a browser it gives the error message Unknown username in the Velociraptor console and I cannot login.

I tried the same thing on Linux and was able to log in without a problem so it seems to be an issue when running the server on Windows.

@scudette
Copy link
Contributor

scudette commented Apr 6, 2024

This is not likely to be an issue since we use it all the time. Ways to debug:

  1. Can you see the errors in the dev console - you should be able to see the authorization header passed in - verify it is base64 encoded admin:admin
  2. Check the user account is created correctly on the filesystem - should be in <datatore>/users/admin.db
  3. Make sure the case is set correctly (0.72 is still case sensitive).

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

2 participants