certbot/certbot-apache/certbot_apache
Brad Warren e21401004b Revert disabling TLS session tickets in Apache (#7315) (#7316)
See https://community.letsencrypt.org/t/ssl-error-after-cert-renew/99430.

The first commit of this PR is a simple, clean revert of #7191. Subsequent commits add back pieces of that PR we want to keep.

I also reverted #7299 which landed in a separate PR, but needs to be reverted to keep including the TLS config files in the certbot-apache package when it is built.

I tested this on Ubuntu 18.04 by installing a cert to Apache using Certbot master and then running certbot renew with this branch. I watched the Apache plugin update the configuration file to remove SSLSessionTickets off.

* Revert "Disable TLS session tickets for Apache 2.4.11+ (#7191)"

This reverts commit 9174c631d9.

* Keep hashes with TLS session tickets disabled.

* dont delete changelog entries

* add changelog entry

* Revert "Clean the useless entries in MANIFEST.in (#7299)"

This reverts commit f4d17d9a6b.

(cherry picked from commit 120137eb8d)
2019-08-08 16:36:45 -07:00
..
augeas_lens Update Augeas lens to fix some Apache configuration parsing issues (#6438) 2018-10-31 09:34:14 -07:00
tests Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
apache_util.py Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
centos-options-ssl-apache.conf Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
configurator.py Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
constants.py Disable TLS session tickets for Apache 2.4.11+ (#7191) 2019-07-29 22:54:51 +03:00
display_ops.py [Windows] Security model for files permissions - STEP 2 (#6895) 2019-04-12 13:32:51 -07:00
entrypoint.py Implements specific overrides for Fedora 29+ in Apache plugin (#6988) 2019-05-01 03:21:10 +03:00
http_01.py [Windows] Security model for files permissions - STEP 3d (#6968) 2019-07-03 16:20:43 -07:00
obj.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
options-ssl-apache.conf Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
override_arch.py Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
override_centos.py Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
override_darwin.py Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
override_debian.py Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
override_fedora.py Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
override_gentoo.py Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
override_suse.py Revert disabling TLS session tickets in Apache (#7315) (#7316) 2019-08-08 16:36:45 -07:00
parser.py Refactor augeas_configurator.py functionality to configurator.py and parser.py accordingly. (#7181) 2019-06-28 08:39:13 -07:00