Re: [ansible-project] Failed to validate the SSL certificate for deb.nodesource.com:443

2016-09-21 Thread Yuri Kanivetsky
> > The easy solution may just be updating your cacert bundle by updating the > ca-certificates package and then trying again. > Adding - name: Update ca-certificates apt: name: ca-certificates state: latest before installing apt key didn't help. > My initial look

Re: [ansible-project] Failed to validate the SSL certificate for deb.nodesource.com:443

2016-09-21 Thread Matt Martz
The easy solution may just be updating your cacert bundle by updating the ca-certificates package and then trying again. My initial look indicates that the server is not using SNI, it has a wildcard cert, provided by Amazon. On Wed, Sep 21, 2016 at 8:09 AM, Yuri Kanivetsky wrote: > Hi, > > For

[ansible-project] Failed to validate the SSL certificate for deb.nodesource.com:443

2016-09-21 Thread Yuri Kanivetsky
Hi, For some reason, ansible fails to install nodesource's apt key on ubuntu/trusty. It seem to worked about a month ago or so (if I'm not mistaken). playbook.yml: - hosts: all gather_facts: no tasks: - name: apt-get update raw: '! which apt-get &