tlsv1 alert decrypt error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Binary package hint: puppet
There is a bug in the default apache puppetmaster vhost that's included in the puppetmaster-
# puppetd --server puppet.fqdn --waitforcert 60 --no-usecacheon
err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert decrypt error
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
#
This is easily fixed but it should be changed in the package too:
# mkdir /var/lib/
# chown -R puppet:puppet /var/lib/
# grep -i SSLCARevocation /etc/apache2/
# default: SSLCARevocationFile /var/lib/
description: | updated |
Changed in puppet (Ubuntu): | |
status: | Incomplete → New |
Changed in puppet (Ubuntu): | |
status: | New → Confirmed |
Which version is this with?