Commit graph

85 commits

Author SHA1 Message Date
Joona Hoikkala
fe8a0dcef2 Make linter happy 2016-01-14 01:52:35 +02:00
Joona Hoikkala
8c110e31d7 Fixed tests 2016-01-14 01:30:34 +02:00
Joona Hoikkala
d0832f7414 Added the missing test 2016-01-14 01:09:28 +02:00
Joona Hoikkala
ddbfb44041 Add tests 2016-01-14 00:50:34 +02:00
Brad Warren
24e6f4142b Merge branch 'master' into apache-redirect 2016-01-11 18:21:51 -08:00
Brad Warren
10df56bab6 Added revisions 2016-01-11 18:21:33 -08:00
sagi
b28b5b08d7 More tests; Make Nose happy 2016-01-11 20:59:19 +00:00
sagi
9c2a0362a7 Add rewrite tests: normal, small, quoted, etc. 2016-01-11 19:55:55 +00:00
sagi
bf74b2cc64 Change test RewriteRule so that it conforms with Apaches spec. 2016-01-11 19:12:30 +00:00
Joona Hoikkala
39e4053b82 Removed some now obsolete mock code from tests 2016-01-10 19:15:09 +02:00
watercrossing
4d3d6ff031 Fix for listen bug 2016-01-05 16:51:34 +00:00
Joona Hoikkala
c29c6c96ae Fix tests to complete the merge 2015-12-23 20:08:44 +02:00
Joona Hoikkala
e7641dcdee Merge remote-tracking branch 'upstream/master' into multios_apache
# Conflicts:
#	letsencrypt-apache/letsencrypt_apache/configurator.py
#	letsencrypt-apache/letsencrypt_apache/parser.py
#	letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py
2015-12-23 20:02:34 +02:00
Peter Eckersley
420cd1a106 Merge pull request #1961 from SwartzCr/issue_1208
Support Apache 2.2
2015-12-22 14:27:40 -08:00
Noah Swartz
ca39b0d125 fixed linting problems 2015-12-21 14:39:14 -08:00
Joona Hoikkala
9739a0f10e Merge remote-tracking branch 'upstream/master' into multios_apache 2015-12-21 23:53:08 +02:00
sagi
06643b35a0 Merge remote-tracking branch 'upstream/master' into bugfix_redirect 2015-12-11 12:14:02 +00:00
Joona Hoikkala
0805b08162 Make python 2.6 happy with the assertRaises 2015-12-11 13:17:21 +02:00
Joona Hoikkala
4d31a8cb39 Sane error message in case user tries to use apache-handle-sites functionality in non-supported environment. 2015-12-11 12:41:21 +02:00
Joona Hoikkala
7bf8842ba7 Added missing test for full coverage 2015-12-11 00:03:00 +02:00
Noah Swartz
414cfe9f13 Merge remote-tracking branch 'mainline/master' into issue_1208 2015-12-09 17:10:49 -08:00
Noah Swartz
0a1b9c2bf0 fixed failing tests for changes that allow apache22 2015-12-09 17:05:38 -08:00
Joona Hoikkala
3c85a88de1 Merge remote-tracking branch 'upstream/master' into multios_apache 2015-12-09 15:29:05 +02:00
Ingolf Becker
62ea74b9e4 Modify apache plugin to work on setups where apache listens to a specific ip 2015-12-08 13:22:52 +00:00
Joona Hoikkala
3701560a88 Fix existing tests 2015-12-07 12:03:54 +02:00
sagi
0348f62ffa add more tests 2015-12-04 02:00:24 +00:00
sagi
a6a61fee34 Merge remote-tracking branch 'upstream/master' into bugfix_redirect 2015-12-03 22:12:49 +00:00
sagi
379506739d add tests 2015-12-03 01:40:12 +00:00
sagi
b97fc124e0 add ver>=2.3.9 check to the case where there is no vhost config 2015-12-02 23:05:49 +00:00
sagi
19e1911945 make lint happy; delete trailing whitespaces 2015-12-02 22:48:14 +00:00
sagi
f285f3947d mock get_version in configurator_test 2015-12-02 22:00:07 +00:00
bmw
c760d84ccb Merge pull request #1582 from SwartzCr/vhost
prevent files from being left in apache sites-available issue 808
2015-12-01 18:10:19 -08:00
Noah Swartz
ec28094ae2 added test for new temp elif 2015-12-01 16:28:15 -08:00
sagi
005be60d91 delete unneeded tests 2015-12-02 00:16:13 +00:00
sagi
917f7aa33e remove check for Redirect header; the existence of a Redirect header does not imply a HTTP->HTTPS redirection 2015-12-01 23:38:53 +00:00
Brad Warren
e4cf64c30e Fix Apache tests 2015-11-30 19:13:50 -08:00
Peter Eckersley
33aff08c36 Merge pull request #1395 from sagi/hsts
apache: add general http-header enhacement [needs revision]
2015-11-26 12:30:23 -08:00
bmw
8cf63c493f Merge pull request #1568 from erikrose/kill-dvsni
Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into.
2015-11-25 15:30:02 -05:00
sagi
090a9a0e46 add PluginEnhancementAlreadyPresent and use it 2015-11-25 01:56:49 +00:00
sagi
7467496984 change enhancement http-header to ensure-http-header 2015-11-24 23:33:21 +00:00
Patrick Figel
f908e8bdaf Detect SSL vhosts by port
SSLEngine on can be set outside of <VirtualHost>. Treat any vhost
using port 443 as a SSL vhost.

fixes #1602
2015-11-24 06:23:07 +01:00
Peter Eckersley
0c80fac35b Merge pull request #1423 from ArchimedesPi/apache-chainfile
Appropriately set and update Apache certificate directives
2015-11-23 19:52:21 -08:00
Liam Marshall
d737546dd7 Split off cleaning into a method (fixes a subtle bug) 2015-11-20 16:43:14 -06:00
Erik Rose
9205b9c987 Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into. Close #1417.
Also make _get_addrs() private, since it's called only internally.
2015-11-19 13:23:07 -05:00
Liam Marshall
ca6a77bb1d Fix tests
Remove debugging print from tests

Fix lint warnings
2015-11-18 21:38:56 -06:00
Liam Marshall
b19c9d858c Fix a few nits, coverage 2015-11-18 21:24:43 -06:00
Liam Marshall
e5e7cef6d6 Fix conditional for fullchain_path edge cases 2015-11-18 19:22:14 -06:00
Liam Marshall
76320c2d37 Test vhost cleaning 2015-11-15 23:09:44 -06:00
sagi
175ef4f50d merge with letsencrypt master br 2015-11-15 07:18:26 +00:00
Liam Marshall
e6113698f2 Test that no fullchain throws an error 2015-11-14 14:28:17 -06:00