Skip to content

How can we fix "3099 - ERROR3099 - Invalid credentials" error? #23542

Closed Answered by rauldpm
HieudzNo1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @HieudzNo1, this error is mainly due to an invalid credential in the Wazuh dashboard wazuh.yml configuration, where the wazuh-wui user configuration is set.

You can find this configuration at the end of the file in: /usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml

On a basic installation, without changing passwords, you should see something like:

hosts:
  - default:
      url: https://localhost
      port: 55000
      username: wazuh-wui
      password: wazuh-wui 
      run_as: false

This configuration has been obtained from the Wazuh OVA 4.7.4, it is possible that depending on your type of deployment, the password is different, for example, in a deployment through the installat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by juliamagan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants