You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(PUP-7737) Allow http report processor to trust the system CA store
Adds a `Puppet[:report_include_system_store]` setting that defaults to false. If
set to true, the "http" report processor will trust the system certificate store
when submitting reports to an HTTPS report server. If false, then the processor
only trusts the puppet CA.
When installed from puppet-agent packages the system store is installed in
`/opt/puppetlabs/puppet/ssl/cert*` or on Windows
`C:\Program Files\Puppet Labs\Puppet\puppet\ssl\cert*`.
Note this change only affects the `http` report processor when running `puppet
apply`. A separate change is needed in puppetserver when the "http" processor
runs in puppetserver.
Skip all of the apply integration tests on jruby, like we do for agent.
0 commit comments