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

wazuh-certs-tool.sh v4.6 is not available to download #890

Open
gelin opened this issue Feb 10, 2023 · 4 comments
Open

wazuh-certs-tool.sh v4.6 is not available to download #890

gelin opened this issue Feb 10, 2023 · 4 comments
Assignees

Comments

@gelin
Copy link

gelin commented Feb 10, 2023

I'm trying to install Wazuh indexer with the provided Ansible role.
It fails with this error:

TASK [wazuh-indexer : Local action | Download certificates generation tool] *****************
fatal: [indexer1]: FAILED! => {"changed": false, 
"dest": "/home/<skip>/ansible/indexer/certificates/wazuh-certs-tool.sh", 
"elapsed": 1, 
"msg": "Request failed", 
"response": "HTTP Error 404: Not Found", 
"status_code": 404, 
"url": "https://packages.wazuh.com/4.6/wazuh-certs-tool.sh"}

That's true, the https://packages.wazuh.com/4.6/wazuh-certs-tool.sh is not available to download. The page shows:

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>4.6/wazuh-certs-tool.sh</Key>
<RequestId>2SHKY9ZZ0P3R7G43</RequestId>
<HostId>f0/kbuTy3NNOigQ0Clh/fAwfUOESXc1fxmFzvNtD2SVee0g3V6V348EFnvHI4s6vigR/srQAHIA=</HostId>
</Error>
@gelin
Copy link
Author

gelin commented Feb 10, 2023

Oh... Probably, Wazuh 4.6 is not even released yet. The last script available is https://packages.wazuh.com/4.4/wazuh-certs-tool.sh, v4.4. The release notes page reports the last version of v4.3.10.
However, the role has the default value: indexer_version: 4.6.0.

@gelin
Copy link
Author

gelin commented Feb 10, 2023

Aha. The release v4.3.10 works well. The master doesn't work here. Ok.

@teddytpc1 teddytpc1 self-assigned this Mar 13, 2023
@teddytpc1
Copy link
Member

Hi @gelin.
Exactly, the latest release is v4.3.10. You can use that tag (v4.3.10) to deploy Wazuh using Ansible.
master branch includes the latest development version.

@juresaht2
Copy link

Use the stable version of the code. The master branch is development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants