Ansible provisioning fails for visicut task #6

Closed
opened 2018-03-20 22:34:10 +00:00 by sbruder · 4 comments
sbruder commented 2018-03-20 22:34:10 +00:00 (Migrated from gitlab.jalr.de)

Ansible provisioning fails for visicut task, because of missing ca-certificates. It uses the apt module to download and install the package. Just downloading works fine with the get_url module.

Failed to validate the SSL certificate for github.com:443. Make sure your managed systems have a valid CA certificate installed. You can use validate_certs=False if you do not need to confirm the servers identity but this is unsafe and not recommended. Paths checked for this platform: /etc/ssl/certs, /etc/pki/ca-trust/extracted/pem, /etc/pki/tls/certs, /usr/share/ca-certificates/cacert.org, /etc/ansible. The exception msg was: ("bad handshake: Error([('SSL routines', 'ssl3_read_bytes', 'tlsv1 alert protocol version')])").

See: https://gitlab.jalr.de/fablab/labsync/-/jobs/379

Ansible provisioning fails for visicut task, because of missing ca-certificates. It uses the `apt` module to download and install the package. Just downloading works fine with the `get_url` module. ``` Failed to validate the SSL certificate for github.com:443. Make sure your managed systems have a valid CA certificate installed. You can use validate_certs=False if you do not need to confirm the servers identity but this is unsafe and not recommended. Paths checked for this platform: /etc/ssl/certs, /etc/pki/ca-trust/extracted/pem, /etc/pki/tls/certs, /usr/share/ca-certificates/cacert.org, /etc/ansible. The exception msg was: ("bad handshake: Error([('SSL routines', 'ssl3_read_bytes', 'tlsv1 alert protocol version')])"). ``` See: https://gitlab.jalr.de/fablab/labsync/-/jobs/379
sbruder commented 2018-03-20 22:34:26 +00:00 (Migrated from gitlab.jalr.de)

mentioned in issue #2

mentioned in issue #2
sbruder commented 2018-03-20 22:44:11 +00:00 (Migrated from gitlab.jalr.de)

changed milestone to %1

changed milestone to %1
sbruder commented 2018-03-20 22:53:14 +00:00 (Migrated from gitlab.jalr.de)

Fixed in 83cc71a599 (use other ansible version)
See: https://gitlab.jalr.de/fablab/labsync/-/jobs/388

Fixed in 83cc71a599a15ac7a72f6c8b32802fe0067e8727 (use other ansible version) See: https://gitlab.jalr.de/fablab/labsync/-/jobs/388
sbruder commented 2018-03-20 23:03:15 +00:00 (Migrated from gitlab.jalr.de)

closed

closed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: fablab-nea/labsync#6
No description provided.