Commit Graph
42 Commits
Author SHA1 Message Date
Jacob Hoffman-Andrews c0b6305f1c Merge pull request #1017 from kuba/simplehttp-5002
Clean up after simplehttp port change to 5002.
2015-10-17 23:55:12 -07:00
Jacob Hoffman-Andrews b9b2114b33 Merge pull request #994 from kuba/simplehttp-5002
Integration tests: SimpleHTTP on port 5002.
2015-10-15 15:14:39 -07:00
Jacob Hoffman-Andrews 22b8446efb Get precompiled Goose from GithHub.
Rather than fetching from bitbucket and building. Bitbucket is often down, and
building from scratch is slow. Github is sometimes down, but at least now we
have our eggs in one basket.
2015-10-15 14:32:52 -07:00
Jacob Hoffman-Andrews 63d76ed21e Merge pull request #974 from letsencrypt/ratelimited
Add rateLimited error type.
2015-10-14 09:45:12 -07:00
Jacob Hoffman-Andrews d5fd9986de Add rateLimited error type. 2015-10-14 09:26:59 -07:00
Jacob Hoffman-Andrews 216e589d46 Replace lambda with comprehension. 2015-10-11 12:30:02 -07:00
Jacob Hoffman-Andrews f16489f762 Go back to hasattr and add a test. 2015-10-11 12:19:39 -07:00
Jacob Hoffman-Andrews 06c85d6b5a Fix line-wrapped function indents. 2015-10-11 11:30:11 -07:00
Jacob Hoffman-Andrews f0cfd69cdc Respond to review feedback. 2015-10-11 11:28:39 -07:00
Jacob Hoffman-Andrews cd52fc02b9 Add a sleep to let Nginx finish reloading. 2015-10-11 11:20:21 -07:00
Jacob Hoffman-Andrews dd8c6d6548 Nginx improvements
Add a server_names_hash_bucket_size directive during challenges to fix an nginx
crash on restart (Fixes #922).

Use fullchain instead of chain (Fixes #610).

Implement OCSP stapling (Fixes #937, Fixes #931).

Hide Boulder output in integration tests to make them more readable.
2015-10-11 10:20:08 -07:00
Jacob Hoffman-Andrews 84418516c9 Limit Travis runs to master and PRs. 2015-10-10 13:31:35 -07:00
Jacob Hoffman-Andrews 95c4b55da0 Mark Nginx as non-working. 2015-09-30 16:49:03 -07:00
Jacob Hoffman-Andrews 9264d54605 Merge pull request #849 from letsencrypt/simple-verify-output
Emit error when simple_verify fails.
2015-09-28 12:04:06 -07: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
Jacob Hoffman-Andrews 47aa846bb4 Merge pull request #823 from letsencrypt/fix_817
rename certs directory to csr directory
2015-09-26 00:16:10 -07:00
Jacob Hoffman-Andrews 70e311b43f Revert PR #708.
https://github.com/letsencrypt/letsencrypt/pull/708 broke the Boulder CI build
because Travis runs Ubuntu 12.04, which has an older setuptools. See
https://github.com/letsencrypt/boulder/issues/681.
2015-08-27 13:38:32 -07:00
Jacob Hoffman-Andrews 74b677248d Merge pull request #653 from letsencrypt/update-challenges
Update challenges to match latest spec
2015-08-07 15:37:17 -07:00
Jacob Hoffman-Andrews 83dacedd5b Merge pull request #654 from letsencrypt/rm-py3
Remove Python 3 Travis checks
2015-08-06 12:35:38 -07:00
Jacob Hoffman-Andrews 35f81aeb6e Restore py26 toxenv for manual tests. 2015-08-06 10:31:57 -07:00
Jacob Hoffman-Andrews d235ebf381 Remove tests for Python 3+ also. 2015-08-06 10:30:43 -07:00
Jacob Hoffman-Andrews e019f36f15 Merge branch 'master' of github.com:letsencrypt/letsencrypt into rm-py26 2015-08-06 10:30:19 -07:00
Jacob Hoffman-Andrews 8a01e094c5 Increase server_names_hash_bucket_size in nginx test config. 2015-08-05 19:26:58 -07:00
Jacob Hoffman-Andrews 06e21d3578 Fix path for integration test. 2015-07-29 15:53:09 -07:00
Jacob Hoffman-Andrews 31d37a3953 Remove Python 2.6 support.
Fixes https://github.com/letsencrypt/letsencrypt/issues/515
2015-07-23 10:20:47 -07:00
Jacob Hoffman-Andrews a724504b2e Merge pull request #621 from kuba/boulder-amqp
Travis: run Boulder in AMQP mode (fixes #620).
2015-07-20 10:23:36 -07:00
Jacob Hoffman-Andrews 79c06102e6 Merge pull request #514 from letsencrypt/fix-cleanup
Make sure cleanup_challenges happens
2015-06-18 18:36:15 -07:00
Jacob Hoffman-Andrews 41defbe5e7 Merge pull request #498 from kuba/simplehttp
SimpleHTTPS -> SimpleHTTP[S]
2015-06-12 13:28:47 -07:00
Jacob Hoffman-Andrews 922f8e5dad Merge pull request #490 from kuba/anti-replay
Add an anti-replay nonce facility (fixes: #488).
2015-06-11 14:53:16 -07:00
Jacob Hoffman-Andrews 8cf9a152de Don't suggest optional email.
Email is still optional, by the same mechanism, but removing the suggestion to
leave it out we will greatly increase the percentage of users that supply one,
which in turn will reduce customer support requests.
2015-06-04 14:22:05 -07:00
Jacob Hoffman-Andrews 325f2ae4ad Merge pull request #463 from kuba/bugs/462
Split --test-mode into --no-verify-ssl and --dvsni-port (fixes #462).
2015-06-01 16:28:47 -07:00
Jacob Hoffman-Andrews 958b6b1048 Only check config if it is defined. 2015-05-22 13:57:41 -07:00
Jacob Hoffman-Andrews 1a5d6ba90d Use more verbose exception catch. 2015-05-22 13:16:55 -07:00
Jacob Hoffman-Andrews 8562496f82 Fixes from review comments. 2015-05-22 13:06:17 -07:00
Jacob Hoffman-Andrews 969c2c052d Re-remove server_url. 2015-05-21 23:44:13 -07:00
Jacob Hoffman-Andrews d2425e5283 Merge branch 'master' into kuba-test-mode 2015-05-21 23:43:30 -07:00
Jacob Hoffman-Andrews ef8daba47f Merge pull request #400 from kuba/test-mode
Test mode and --server with scheme
2015-05-21 23:41:00 -07:00
Jacob Hoffman-Andrews e1e6135313 Use a different port for test mode. 2015-05-21 19:08:05 -07:00
Jacob Hoffman-Andrews 233d1fb7f6 Merge branch 'master' into kuba-test-mode 2015-05-21 19:01:03 -07:00
Jacob Hoffman-Andrews 424acfe16e Fixes to running on command line.
Use cert_dir instead of cert_path
Restore server_url
When creating a unique file, only loop for EEXISTS, not other OS errors like
  permission denied.
Pass uid explicitly to make_or_verify_dir.
2015-05-21 18:58:40 -07:00
Jacob Hoffman-Andrews 1ca6016bb0 Merge branch 'test-mode' of https://github.com/kuba/lets-encrypt-preview into kuba-test-mode
Conflicts:
	letsencrypt/network2.py
2015-05-21 12:28:39 -07:00