for the following:
https://feed.wazuh.comhttps://nvd.nist.govI was having trouble downloading because I use FortiGate deep packet inspection.
After installing the FortiGate certificate in the Wazuh Manager container I solved.
The problem persists with downloading Ubuntu feeds:
2022/07/04 19:00:27 wazuh-modulesd: download [31595] wm_download.c: 230 at wm_download_dispatch (): DEBUG: Downloading '
https://security-metadata.canonical.com/oval/com.ubuntu. focal.cve.oval.xml.bz2 'to' tmp / req-253105734 '
2022/07/04 19:00:27 wazuh-modulesd [31595] url.c: 152 at wurl_get (): DEBUG: CURL ERROR: SSL certificate problem: unable to get local issuer certificate
In the Wazuh Manager container:
root @ wazuh: / # openssl s_client -connect
ubuntu.com:443 -CApath / usr / share / ca-certificates / mozilla
CONNECTED (00000003)
depth = 2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify error: num = 20: unable to get local issuer certificate
verify return: 1
depth = 1 C = US, O = Let's Encrypt, CN = R3
verify return: 1
depth = 0 CN =
ubuntu.comverify return: 1
---
Could you let me know if you encounter the same problem?
The commands I used in the container are:
curl -iv
https://ubuntu.com/securityopenssl s_client -connect
ubuntu.com:443 -prexit
openssl s_client -connect
ubuntu.com:443 -CApath / usr / share / ca-certificates / mozilla