Enable TLSv1
To comply with security regulations, TLSv1 and TLSv1.1 are disabled by default in Puppet Enterprise (PE) versions 2019.8.9 and later.
- AIX
- Solaris 11
Related information
To comply with security regulations, TLSv1 and TLSv1.1 are disabled by default in Puppet Enterprise (PE) versions 2019.8.9 and later.
puppet_enterprise::master::puppetserver
class.
ssl_protocols
parameter and set the
value to an array of strings representing allowed TLS versions.
["TLSv1", "TLSv1.1", "TLSv1.2"]
Copied!
This version of the documentation is no longer receiving updates. Click here to switch to the latest documentation for this product.