1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Commit Graph

90 Commits

Author SHA1 Message Date
Peter Eckersley
6fbcebd4ab Merge pull request #1385 from joohoi/modmacro
Ignore mod_macro vhosts, and display notification
2015-11-09 19:03:11 -08:00
bmw
4dc3ee7446 Merge pull request #1390 from letsencrypt/1274
Remove nonsensical Apache config directives
2015-11-09 15:41:27 -08:00
bmw
af0229d38a Merge pull request #1401 from letsencrypt/ssl-options
Downgrade a very excitable security comment to an XXX
2015-11-09 15:38:04 -08:00
Jakub Warmuz
937e3edfc1 tls-sni-01 in apache and nginx plugins 2015-11-07 18:35:41 +00:00
Jakub Warmuz
5e8ed2bbd2 --dvsni-port -> --tls-sni-01-port 2015-11-07 18:24:17 +00:00
Peter Eckersley
a6a00c108b Update test to reflect name change. 2015-11-07 03:02:32 -08:00
Joona Hoikkala
ce501f94a3 Simplify the code 2015-11-07 08:31:46 +02:00
Peter Eckersley
63135be7c2 Downgrade a very excitable security comment to an XXX
Resolves: #1400

Also note that this function will need to become more sophisticated as we
support autoupdating of config options (eg those changed in #1390)
2015-11-06 19:36:22 -08:00
Peter Eckersley
291c5c7132 Remove nonsensical Apache config directives
- AcceptPathInfo Off was breaking things (fixes: #1274)
- Enabling DEFLATE compression for HTML and XML may make the site vulnerable to BREACH!
2015-11-06 12:42:13 -08:00
Joona Hoikkala
980b4ac3fa PEP8 and sphinx documentation fixes 2015-11-06 20:14:00 +02:00
Joona Hoikkala
effc1ed8e4 Fix VirtualHost magic methods to take mod_macro addition into account 2015-11-06 20:13:49 +02:00
Joona Hoikkala
8fb3956ecd Removed dead code 2015-11-06 20:13:44 +02:00
Joona Hoikkala
f0c059752f Added test for mod_macro check in domain names 2015-11-06 20:13:39 +02:00
Joona Hoikkala
88b89a04b1 Fix pylint in the new test 2015-11-06 20:13:12 +02:00
Joona Hoikkala
93a53d5078 Added test for removing mod_macro vhosts from vhost list 2015-11-06 11:50:29 +02:00
Joona Hoikkala
ba3db558d5 Tests taking mod_macro into account 2015-11-06 11:50:24 +02:00
Joona Hoikkala
4bd0330ae7 Do not suggest mod_macro vhost for the best vhost 2015-11-06 11:50:18 +02:00
Joona Hoikkala
aa0161fbec Let's avoid breaking backwards compatibility 2015-11-06 11:49:56 +02:00
Joona Hoikkala
9f8ab4677e Ignoring mod_macro virtualhosts, but displaying a notification why it's done 2015-11-06 11:49:43 +02:00
Noah Swartz
5fd4ed9d9d added documentation explaining why we're loading lens 2015-11-04 19:43:11 -08:00
Noah Swartz
af5ab05a58 Revert "switched the httpd.aug to the version from 1.2"
This reverts commit 60fce0b22e.
2015-11-04 19:34:24 -08:00
Jakub Warmuz
f5053ba8af constants.AUGEAS_LENS_DIR 2015-11-04 20:12:39 +00:00
Jakub Warmuz
ac137fc00a Merge remote-tracking branch 'github/letsencrypt/master' into test-embed-lens 2015-11-04 19:38:43 +00:00
Noah Swartz
60fce0b22e switched the httpd.aug to the version from 1.2 2015-11-03 11:08:10 -08:00
Noah Swartz
c0048d7480 load augeas httpd lens from inside of lets encrypt 2015-11-02 16:22:58 -08:00
Jakub Warmuz
063544817b Kill simplehttp apache/nginx 2015-11-01 11:01:22 +00:00
Noah Swartz
fbd09ddbf6 added interesticial saves to apache changes which fixed bug when multiple vhosts were specified 2015-10-30 13:24:55 -07:00
Noah Swartz
05be568e9e added todo notes 2015-10-29 15:18:48 -07:00
David Kreitschmann
39c83d17d7 Add -t to apache2ctl -D DUMP_RUN_CFG
Calling apache2ctl -D DUMP_RUN_CFG on Debian Wheezy (Apache 2.2) will
open a socket which breaks standalone auth. letsencrypt still won’t
work with apache 2.2 because it only returns „Syntax OK“.
Apache 2.4 works the same with or without -t.
2015-10-29 10:06:32 +01:00
Sharif Nassar
424f4f08b9 Make ./pep8.travis.sh run cleanly
98% whitespace.
2015-10-20 22:24:58 -07:00
James Kasten
ccd9c54a6f Merge pull request #949 from kuba/bugs/838
Fix tests under dev release packaging
2015-10-13 14:38:17 -04:00
Jacob Hoffman-Andrews
f0cfd69cdc Respond to review feedback. 2015-10-11 11:28:39 -07:00
Jacob Hoffman-Andrews
dd8c6d6548 Nginx improvements
Add a server_names_hash_bucket_size directive during challenges to fix an nginx
crash on restart (Fixes #922).

Use fullchain instead of chain (Fixes #610).

Implement OCSP stapling (Fixes #937, Fixes #931).

Hide Boulder output in integration tests to make them more readable.
2015-10-11 10:20:08 -07:00
Jakub Warmuz
5edd809161 ApacheConfigurator.is_enabled using filecmp (fixes #838). 2015-10-11 10:51:24 +00:00
Brad Warren
9cf2ea8a57 Report Apache correctly when uninstalled 2015-09-30 17:16:27 -07:00
Jakub Warmuz
5d8e9a3d68 Fix various doc generation issues 2015-09-27 21:07:40 +00:00
James Kasten
d4d71a73a5 Remove trailing whitespace 2015-09-22 09:16:49 -07:00
James Kasten
e922a82277 letsencrypt-apache/ 2015-09-22 09:06:53 -07:00
James Kasten
202b21f260 Remove extra # 2015-09-22 08:58:02 -07:00
James Kasten
19d65c3e2f Add variable quote parsing 2015-09-22 08:56:26 -07:00
James Kasten
6e4faac9c0 Allow single/double quotes around Include dirs 2015-09-22 08:15:11 -07:00
James Kasten
b5c8da2188 remove space 2015-09-17 02:20:15 -07:00
James Kasten
f2cee505f5 fix 781 2015-09-17 02:14:53 -07:00
Jakub Warmuz
33c2aed021 Merge remote-tracking branch 'github/letsencrypt/master' into lint 2015-09-11 07:15:10 +00:00
James Kasten
4fb27e0350 fix documentation link 2015-09-10 18:48:44 -07:00
James Kasten
7a66bfef28 method to func, thanks pylint 2015-09-10 16:49:50 -07:00
James Kasten
9c47b1061c Search for correct module names in dependency list 2015-09-10 16:34:20 -07:00
James Kasten
b2ef041785 Don't log notes if save is temporary 2015-09-10 15:57:27 -07:00
James Kasten
8b093032ae Change debug/info output 2015-09-10 15:39:13 -07:00
James Kasten
c03f497727 Add dependencies for known used modules 2015-09-10 15:28:01 -07:00