Instantly share code, notes, and snippets.

Embed
What would you like to do?
Command ran from cron:
# /usr/bin/foreman_scap_client 1
File /var/lib/openscap/content/3e1654fd14a5352d65294db555710bfda5cad1a942209e2d787ea7940035616e.xml is missing. Downloading it from proxy
Download scap content xml from: https://foo.bar.com:8443/compliance/policies/1/content
SCAP file is missing and download failed with error: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Manualy try:
wget https://foo.bar.com:8443/compliance/policies/1/content
--2017-01-30 07:59:03-- https://foo.bar.com:8443/compliance/policies/1/content
Resolving foo.bar.com (foo.bar.com)... 184.23.168.175
Connecting to foo.bar.com (foo.bar.com)|184.23.168.175|:8443... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-01-30 07:59:03 ERROR 404: Not Found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment