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 |
|
Brad Warren
|
a1cf435790
|
Revert "Remove references to --manual and --webroot"
This reverts commit 02562c75a3.
|
2015-11-23 19:28:36 -05:00 |
|
sagi
|
72fcee4264
|
change Error to PluginError in comment
|
2015-11-23 23:58:58 +00:00 |
|
Brad Warren
|
9e52b8200d
|
Sleeping is easier than polling
|
2015-11-23 18:34:42 -05:00 |
|
Brad Warren
|
0c283b39ef
|
s/restart/reload
|
2015-11-23 18:29:41 -05:00 |
|
Francois Marier
|
651dbd12cc
|
Clarify the part of letsencrypt that uses nginxparser
|
2015-11-23 14:58:37 -08:00 |
|
Francois Marier
|
f504b0622d
|
Add the nginxparser copyright statement to letsencrypt-nginx
|
2015-11-23 14:58:37 -08:00 |
|
sagi
|
7df7228a53
|
add regex to detect header_substring in header directive definition
|
2015-11-23 22:41:02 +00:00 |
|
sagi
|
4ed5277e5f
|
Merge remote-tracking branch 'upstream/master' into hsts
|
2015-11-23 20:57:17 +00:00 |
|
sagi
|
b75354add0
|
change verify_no_http_header to verify_no_matching_http_header
|
2015-11-23 20:13:08 +00:00 |
|
sagi
|
f8a3216082
|
change header_name to header_substring
|
2015-11-23 20:11:47 +00:00 |
|
Liam Marshall
|
f2ccc228a3
|
Remove code path that will never get hit
|
2015-11-23 13:17:24 -06:00 |
|
Noah Swartz
|
d4ee483662
|
revert changes made to wrong branch
|
2015-11-23 10:52:39 -08:00 |
|
bmw
|
8c16e40ab3
|
Merge pull request #1478 from TheNavigat/storage-logging
Storage logging
|
2015-11-23 13:30:38 -05:00 |
|
bmw
|
72d91c3ccd
|
Merge pull request #1534 from TheNavigat/allow-public-ip-logging
Allow public IP logging
|
2015-11-23 13:26:11 -05:00 |
|
Noah Swartz
|
2738290b98
|
fix issue with empty matchers array
|
2015-11-23 10:21:31 -08:00 |
|
Noah Swartz
|
699cdac8ea
|
remove error if can't parse config
|
2015-11-23 10:08:43 -08:00 |
|
sagi
|
eb5e345c3e
|
change vhost to ssl_vhost, add header_name explanation in comments.
|
2015-11-22 18:40:19 +00:00 |
|
sagi
|
67e9470179
|
Merge remote-tracking branch 'upstream/master' into hsts
|
2015-11-22 18:27:23 +00:00 |
|
Jakub Warmuz
|
ad3890de95
|
Merge pull request #1590 from patf/master
Trim trailing whitespace during challenge self-verification
|
2015-11-22 08:55:43 +00:00 |
|
Noah Swartz
|
0017e48870
|
added docstring for temp
|
2015-11-21 08:53:11 -08:00 |
|
Nav
|
b42b5d0f08
|
Refining content of logging messages
|
2015-11-21 18:07:59 +02:00 |
|
Nav
|
5667acc558
|
Refining importing libraries
|
2015-11-21 17:57:03 +02:00 |
|
Patrick Figel
|
2bc0c31f2e
|
Trim trailing whitespace during challenge self-verification
fixes #1322
|
2015-11-21 08:59:35 +01:00 |
|
Peter Eckersley
|
23ec8ea3a4
|
Merge pull request #1591 from letsencrypt/simple-log
Log, not fail (fixes #1585)
|
2015-11-20 20:04:10 -08:00 |
|
Peter Eckersley
|
7901c59cd0
|
Merge pull request #1524 from letsencrypt/email
Better UI when asking for email
|
2015-11-20 19:16:02 -08:00 |
|
Peter Eckersley
|
c3e2c58272
|
Fix comment nits
|
2015-11-20 19:02:50 -08:00 |
|
 Brad WarrenandPeter Eckersley
|
3fec57d854
|
Fixed test
|
2015-11-20 19:02:50 -08:00 |
|
Peter Eckersley
|
1a4d7c1445
|
Lintmonster
|
2015-11-20 19:02:50 -08:00 |
|
Peter Eckersley
|
ec267cf215
|
"Compute" the minimum height needed to reasonably display input
|
2015-11-20 19:02:50 -08:00 |
|
Peter Eckersley
|
c35c4f3fbe
|
Extra docstring
|
2015-11-20 19:02:50 -08:00 |
|
Felix Yan
|
27de932747
|
letsencrypt-auto: Remove nginx plugin and letshelp to keep the same behavior as the virtualenv way
|
2015-11-21 10:40:20 +08:00 |
|
Brad Warren
|
6b23fe160e
|
Added tests
|
2015-11-20 18:34:35 -08:00 |
|
Brad Warren
|
368f208b7f
|
Log not fail
|
2015-11-20 18:26:44 -08:00 |
|
Peter Eckersley
|
c4f56cbfed
|
Merge pull request #1588 from letsencrypt/compatest
Fix letsencrypt-compatibility-test
|
2015-11-20 16:36:11 -08:00 |
|
Brad Warren
|
ee5f91f55a
|
Set domains to None to satisfy sanity checks
|
2015-11-20 16:15:50 -08:00 |
|
Brad Warren
|
bb6736f36c
|
Remove http01_port magic
|
2015-11-20 16:09:39 -08:00 |
|
bmw
|
6eb6cf5a77
|
Merge pull request #1584 from Jonher937/cli
Added space to avoid printing "domainsas" instead of the correct "domains as"
|
2015-11-20 15:25:58 -08:00 |
|
Jonathan Herlin
|
52d7baab41
|
Added space to avoid printing "domainsas" instead of the correct "domains as"
|
2015-11-20 23:55:20 +01:00 |
|
Liam Marshall
|
d737546dd7
|
Split off cleaning into a method (fixes a subtle bug)
|
2015-11-20 16:43:14 -06:00 |
|