ilri / rmg-ansible-public

Ansible playbooks for ILRI research-computing infrastructure
GNU General Public License v3.0
8 stars 2 forks source link

Use https:// transport for apt_key tasks #51

Closed alanorth closed 8 years ago

alanorth commented 8 years ago

I checked all the URLs and they all support https. Can't believe we didn't realize this ages ago.

oguya commented 8 years ago

hmmm...might be something to do with python2 & TLS SNI support. Though, I'm not sure :smile:

alanorth commented 8 years ago

There's an issue with SNI in Python 2 for sure, but that's not why we were using http—I'm sure we just didn't think about it. But now that we know, and that the remote servers support it, there is no reason not to use https.