1. 25 Oct, 2016 3 commits
  2. 24 Oct, 2016 3 commits
  3. 20 Oct, 2016 2 commits
  4. 19 Oct, 2016 2 commits
  5. 18 Oct, 2016 2 commits
  6. 17 Oct, 2016 1 commit
  7. 16 Oct, 2016 1 commit
    • Toby Allen's avatar
      Fix for fastcgi deletion of Caddy-Rewrite-Original-URI header #1153 (#1184) · 94af3708
      Toby Allen authored
      * Very simple fix for #1153
      
      * Prevent  Caddy-Rewrite-Original-URI being added as  an HTTP ENV variable passed to FastCGI
      
      part of fix for #1153
      
      * Changes to Markdown to fix travis CI build.
      
      #1955.2
      
      * Revert "Changes to Markdown to fix travis CI build."
      
      This reverts commit 4a018888395b7a90c57faf9ebb8ef04c4e6fe702.
      
      * fail fast and fmt changes
      
      * Create test for existance of Caddy-Rewrite-Original-URI header value #1153
      
      * updated test comment
      
      * const moved outside function so available to tests
      94af3708
  8. 15 Oct, 2016 2 commits
  9. 14 Oct, 2016 2 commits
  10. 11 Oct, 2016 4 commits
  11. 10 Oct, 2016 2 commits
  12. 08 Oct, 2016 1 commit
  13. 06 Oct, 2016 1 commit
  14. 05 Oct, 2016 2 commits
  15. 03 Oct, 2016 2 commits
  16. 02 Oct, 2016 2 commits
  17. 29 Sep, 2016 1 commit
    • Matthew Holt's avatar
      tls: Reorder some logic to avoid subtle, undocumented behavior · b766dab9
      Matthew Holt authored
      By calling SetTLSAddress, the acme package reset the challenge provider
      to the default one instead of keeping the custom one we specified before
      with SetChallengeProvider. Yikes. This means that Caddy would try to
      open a listener on port 443 even though we should have been handling it
      with our provider, causing the challenge to fail, since usually port 443
      is in use.
      
      So this change just reorders the calls so that our provider takes
      precedence.
      
      cf. https://github.com/xenolf/lego/pull/292
      b766dab9
  18. 28 Sep, 2016 7 commits