4 Commits
Author SHA1 Message Date
Patrick Figel f299646bdb Add staging server hint to avoid rate limit issues 2015-12-13 03:27:57 +01: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
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
Patrick Figel 2bc0c31f2e Trim trailing whitespace during challenge self-verification
fixes #1322
2015-11-21 08:59:35 +01:00