movableink / doorman

HTTP Proxy + OAuth
MIT License
167 stars 52 forks source link

Fix Typo #56

Closed mchesler closed 4 years ago

mchesler commented 4 years ago

Found this in the logs:

Error renewing certificate for 'foo.example.com':
{ Error: Error: Failed HTTP-01 Pre-Flight / Dry Run.
curl 'http://foo.example.com/.well-known/acme-challenge/test-bb7fddacbb9d5e669dd3e96348e5a73a-0'
Expected: 'test-bb7fddacbb9d5e669dd3e96348e5a73a-0.40l2r3EEbz-Q8i64GMj2VsPL-irKva412hO7kJYvJR8'
Got: '{ "error": { "message": "Error: These aren't the tokens you're looking for. Move along." } }'
See https://git.coolaj86.com/coolaj86/acme-v2.js/issues/4
    at /home/deploy/apps/doorman/shared/node_modules/acme-v2/index.js:49:10
    at process._tickCallback (internal/process/next_tick.js:68:7) code: 'E_FAIL_DRY_CHALLENGE' }

Tracked it down to an unfortunate typo.

[ch33228]