sagi
7c00dba79b
fix verification of letsencrypt redirect
2015-12-03 22:11:34 +00:00
sagi
379506739d
add tests
2015-12-03 01:40:12 +00:00
sagi
253f2f3768
make lint happy; delete trailing whitespaces
2015-12-02 23:07:54 +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
sagi
a7ebeddb78
add check for apache 2.3.9, warn of possible conflicting rewrite rules
2015-12-02 01:37:07 +00:00
sagi
1a9e6b1a8a
add _is_rewrite_exists()
2015-12-02 01:06:48 +00:00
sagi
5d0337bdf2
change verify_no_redirects to verify_no_letsencrypt_redirect
2015-12-02 00:34:15 +00:00
sagi
fdd9cf7610
change map() to a list comprehension. Long live GvR.
2015-12-02 00:28:18 +00:00
sagi
005be60d91
delete unneeded tests
2015-12-02 00:16:13 +00:00
sagi
bd9ac51fa6
alter redirect_verification to raise only when an exact Letsencrypt redirction rewrite rule is encountered
2015-12-02 00:05:15 +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
Peter Eckersley
494c09d70e
Merge pull request #1642 from letsencrypt/configs
...
Added simple confs and compatibility-test tarball
2015-11-30 21:18:47 -08:00
Brad Warren
1e3cca8e5c
Added simple confs and compatibility-test tarball
2015-11-30 21:09:40 -08:00
bmw
11a056f3c6
Merge pull request #1641 from letsencrypt/apache-conf-library
...
Start a library of apache2 conf files for tests
2015-11-30 21:04:29 -08:00
bmw
3694bb729f
Merge pull request #1640 from letsencrypt/rabbitmq-init
...
Run RabbitMQ setup during test setup.
2015-11-30 20:05:45 -08:00
Jacob Hoffman-Andrews
4072ff3e1a
Run RabbitMQ setup during test setup.
...
This was recently introduced on the Boulder side.
Note: long-term we want to have the client tests run the same setup steps as
Boulder does, with the same script. This is a quick fix to unbreak the build.
2015-11-30 19:58:38 -08:00
Peter Eckersley
bbc9cf3b6e
Start a library of apache2 conf files for tests
...
With examples of passing and failing conf files sourced from our github
tickets.
2015-11-30 19:49:23 -08:00
bmw
e2e2a29dee
Merge pull request #1635 from kuba/poll_and_request-timeout
...
poll_and_ri: handle STATUS_INVALID, add max_attempts (fixes #1634 )
2015-11-30 16:36:24 -08:00
bmw
6db1ee9559
Merge pull request #1631 from letsencrypt/auto
...
py26reqs.txt needs to be path-relative
2015-11-30 09:02:23 -08:00
bmw
b0c0d98644
Merge pull request #1628 from letsencrypt/1531
...
Merge Augeas lens fix for backslashes in regexps
2015-11-30 08:55:18 -08:00
Jakub Warmuz
218379c2be
poll_and_ri: handle STATUS_INVALID, add max_attempts ( fixes #1634 )
2015-11-29 09:26:03 +00:00
Peter Eckersley
90a8b555b1
Merge pull request #1471 from fmarier/nginxparser-license
...
Move the nginxparser copyright statement to letsencrypt-nginx
2015-11-28 10:46:08 -08:00
Peter Eckersley
43fdb8977f
Merge pull request #1413 from kuba/acme-custom-errors
...
Custom acme.messages.Error (fixes #946 ).
2015-11-28 02:06:36 -08:00
Peter Eckersley
dcca05e537
py26reqs.txt needs to be path-relative
...
Fixes : #1630
2015-11-27 10:30:23 -08:00
Peter Eckersley
a734670b29
Merge pull request #1625 from letsencrypt/n-days
...
Specify how long after updating SA it takes effect.
2015-11-26 18:50:01 -08:00
Peter Eckersley
c48ee677df
Merge Augeas lens fix for backslashes in regexps
...
https://github.com/hercules-team/augeas/issues/307
https://github.com/hercules-team/augeas/commit/155746c72f76937a21b1a035da5c56090a54ed13
2015-11-26 16:59:06 -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
Jacob Hoffman-Andrews
ef131b9bb9
Specify how long after updating SA it takes effect.
2015-11-25 23:28:58 -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
Peter Eckersley
bee828b64c
Merge pull request #1619 from letsencrypt/unpin-setuptools
...
Revert "Quikfix"
2015-11-25 11:58:55 -08:00
Erik Rose
e75dc96559
Stop calling things that don't implement IAuthenticator authenticators.
2015-11-25 12:44:17 -05:00
Erik Rose
8147216f1a
Fix some underline lengths in docs.
2015-11-25 12:43:29 -05:00
Brad Warren
b2ca861a27
Revert "Quikfix"
...
This reverts commit a97a702210 .
2015-11-25 09:44:28 -05:00
sagi
090a9a0e46
add PluginEnhancementAlreadyPresent and use it
2015-11-25 01:56:49 +00:00
Peter Eckersley
3256916e87
Merge pull request #1551 from letsencrypt/arch
...
Don't install all LE packages on Arch
2015-11-24 15:59:03 -08:00
sagi
7467496984
change enhancement http-header to ensure-http-header
2015-11-24 23:33:21 +00:00
bmw
1cdaf31211
Merge pull request #1613 from letsencrypt/pin-setuptools
...
Quikfix
2015-11-24 16:22:31 -05:00
Brad Warren
a97a702210
Quikfix
2015-11-24 16:04:00 -05:00
bmw
236af19a50
Merge pull request #1609 from patf/master
...
Remove Content-Type checks from http-01
2015-11-24 12:35:30 -05:00
Peter Eckersley
b3054356cd
Merge pull request #1603 from letsencrypt/reload
...
Use reload in Apache (fixes #954 ) [needs minor extension]
2015-11-24 08:20:01 -08:00
Patrick Figel
c175ff955e
Remove Content-Type checks from http-01
...
Content-Type type restrictions were removed in ACME, see
https://github.com/ietf-wg-acme/acme/commit/69ac2baade014796e5258a077e7600921cd1879d
fixes #1595
2015-11-24 09:54:33 +01:00
Peter Eckersley
9041475fca
Merge pull request #1608 from patf/master
...
Detect SSL vhosts by port
2015-11-24 00:02:13 -08: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
Peter Eckersley
ee045b6b8e
Merge pull request #1526 from felixonmars/letsencrypt-auto-pacman
...
letsencrypt-auto: Add instructions to use pacman on Arch
2015-11-23 18:09:40 -08:00
Peter Eckersley
256862c38e
Merge pull request #1604 from letsencrypt/short-long-flags
...
Revert "Remove references to --manual and --webroot"
2015-11-23 17:04:53 -08:00
Peter Eckersley
484ef90d67
Merge pull request #1605 from letsencrypt/vhosts-per-file
...
Improve vhosts per file error message
2015-11-23 17:01:55 -08:00
Brad Warren
f5c3532177
Improve error message
2015-11-23 19:44:00 -05:00