| Puppet Version: puppet-agent-6.12.0-1.el8.x86_64 Puppet Server Version: puppetserver-6.8.0-1.el8.noarch OS Name/Version: CentOS 8 4.18.0-147.3.1.el8_1.x86_64 Hello folks, I am in the migration from an old puppetserver host to a new machine. Unfortunately I am unable to use the puppetdb, as the puppetserver throws an ssl related error. I even started from scratch for now (new ca certs, new puppetdb certs, all created with default commands) Desired Behavior: puppetserver stores the results in puppetdb Actual Behavior: error message in puppetserver.log: 8<---Error executing http request javax.net.ssl.SSLHandshakeException: DHPublicKey does not comply to algorithm constraints [puppetserver] Puppet Error connecting to <SERVER> on 8081 ... 8<--- I found that puppet is using a 2048 DHParam for the cert authority, and CentOS 8 should accept such generated certificates, even after RedHat set more secure standards with RHEL8. So I am not sure If I should blame puppet or centos and how to find a solution. Thanks in Advance Jens |