Comment 4 for bug 1576873

Revision history for this message
Nate Finch (natefinch) wrote : Re: Juju2 cannot deploy centos or windows workloads on maas 1.9

Looks like the difference is that the image that we're getting from maas uses NSS 3.15, which defaults to disabling TLS 1.1 and 1.2. you can fix the command to work correctly by adding --tlsv1 --ciphers ecdhe_rsa_aes_256_sha to the curl command. The version on GCE's CentOS7 uses NSS 3.19. (in 3.18 they enabled tls 1.1 and 1.2 by default).