threatstack / threatstack-ansible

Ansible for installing Threatstack Agent
https://www.threatstack.com
MIT License
23 stars 17 forks source link

Ssl fix #30

Closed lattwood closed 6 years ago

frenchi commented 6 years ago

👍 Was just wondering this myself. Is there a reason validate_certs: no is set?

petecheslock commented 6 years ago

@frenchi I have to check again but if i'm remembering correctly the GPG key is SSL'd with TLS 1.2 only which python had some issues with, since we dont support TLS 1.1 or 1.0 to retrieve the GPG key the ansible playbook would fail with a python error.

@lattwood Thanks for the submission - this GPG key is not on the ubuntu keyservers, so I dont believe this change will work, but I can check and see if ansible/python ever fixed their TLS 1.2 issue.