Commit Graph
25 Commits
Author SHA1 Message Date
Jakub Warmuz 0d89fa6d88 Remove SimpleHTTP TLS from Manual Plugin. 2015-10-07 06:21:49 +00:00
Jacob Hoffman-Andrews 27268afdcc Remove extra newline. 2015-09-28 11:58:12 -07:00
Jacob Hoffman-Andrews a7375eb549 Emit error when simple_verify fails.
When running the manual authenticator, if simple_verify fails, there is no
output to indicate what went wrong, just "Incomplete authorizations."
2015-09-27 23:43:26 -07:00
Peter Eckersley e7cbdc4f9a Revert reversion
Revert "Revert "ManualAuthenticator -> Authenticator""

(commit required a pip reinstall but was not inherently broken)

This reverts commit 6f1b1570b1.
2015-09-26 18:20:13 -07:00
Peter Eckersley 6f1b1570b1 Revert "ManualAuthenticator -> Authenticator"
This reverts commit 81f0a973a3.

This was breaking the client.  Not sure if/how it passed any tests?
2015-09-26 17:48:45 -07:00
Jakub Warmuz 81f0a973a3 ManualAuthenticator -> Authenticator 2015-09-26 09:07:08 +00:00
James Kasten d2595b4f40 Merge pull request #713 from kuba/bugs/679
SimpleHTTP manual plugin: v04 provisioned resource contents (fixes #679)
2015-09-10 20:33:40 -04:00
Jakub Warmuz 1c27c7ed54 lint: fix no-self-use 2015-09-06 13:00:53 +00:00
Jakub Warmuz 41c08416cd Cast port to int 2015-09-06 12:54:13 +00:00
Jakub Warmuz d6e95b4617 Manual plugin test mode busy wait (fixes #755). 2015-09-06 12:47:30 +00:00
Jakub Warmuz 3b73b04bfe SimpleHTTP manual plugin: v04 provisioned resource contents (fixes #679). 2015-08-25 17:57:21 +00:00
Brad Warren de1e84ed93 Dynamically choose python binary 2015-08-14 17:04:42 -07:00
Brad Warren 1d7f252b35 Changes account in achalls to account_key 2015-08-11 13:22:03 -07:00
Brad Warren 14c150ae17 Fixed unit tests and lint 2015-08-05 15:39:31 -07:00
Jakub Warmuz bac5a564db Passing core/Boulder@370d296 integration testing. 2015-07-31 21:31:58 +00:00
Jakub Warmuz ab097d128b Fix logging -> logger typo. 2015-07-24 06:41:56 +00:00
Jakub Warmuz 9e2682a025 100% coverage for manual test mode and related code. 2015-07-19 11:04:29 +00:00
Jakub Warmuz 74ce332b5a Manual SimpleHTTP integration tests. 2015-07-03 09:49:14 +00:00
Jakub Warmuz 2ec451d00b IConfig.simple_http_port (fixes #542). 2015-06-29 07:58:36 +00:00
Jakub Warmuz 87f197afb2 manual: make sure user doesn't serve /root, or cert.pem/key.pem 2015-06-29 07:56:22 +00:00
Jakub Warmuz ce32de023d Move simple_http_simple_verify to SimpleHTTPResponse.simple_verify. 2015-06-29 07:56:21 +00:00
Jakub Warmuz 36752a3dab simpleHttp needs text/plain or absent. 2015-06-29 07:53:28 +00:00
Jakub Warmuz a0acf7c703 acme.verify.simple_http_simple_verify 2015-06-29 07:50:31 +00:00
Jakub Warmuz 4ce4e2f930 logger = logging.getLogger(__name__) 2015-06-25 19:55:22 +00:00
Jakub Warmuz d4b9499e2b ManualAuthenticator for SimpleHTTP.
Inspired by quite popular [1] letsencrypt-nosudo [2] by
@diafygi. Together with #440 and #473, it allows Let's Encrypt to be
used without sudo (root) on the target machine (c.f. [3]). Possibly
fixes #500.

[1] https://news.ycombinator.com/item?id=9707170
[2] https://github.com/diafygi/letsencrypt-nosudo
[3] https://groups.google.com/a/letsencrypt.org/forum/#!topic/client-dev/JAqxSvXlln4
2015-06-14 18:12:10 +00:00