Enable TLSv1
To comply with security regulations, TLSv1 and TLSv1.1 are disabled by default.
You must enable TLSv1 to install agents on these platforms:
- AIX
- Solaris 11
For nodes that use TLSv1, using a script to install or upgrade
agents can fail if the curl version installed on the node uses OpenSSL earlier than
version 1.0. This issue produces an SSL error during any curl connection to the
primary server. As a workaround, add
--ciphers
AES256-SHA
to ~/.curlrc
so that curl
calls always use an appropriate cipher.- In the PE console, navigate to .
- On the Configuration data tab, find or add the
puppet_enterprise::master::puppetserver
class. - Add the
ssl_protocols
parameter and set the value to an array of strings representing allowed TLS versions.For example:
["TLSv1.3", "TLSv1.2", "TLSv1.1", "TLSv1"]
- Click Add data and commit changes.
- Run Puppet on the primary server and any
compilers.There are several ways to Run Puppet on demand.
Related information