An error occurred fetching the project authors.
  1. 02 Sep, 2018 1 commit
  2. 31 Aug, 2018 1 commit
  3. 08 Aug, 2018 2 commits
  4. 06 Aug, 2018 1 commit
  5. 31 Jul, 2018 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Pass correctly monitor httpd port · a69d9345
      Łukasz Nowak authored
      As monitor stack uses values directly from buildout convert them to buildout
      safe values, otherwise the the magic !py! is not stripped.
      
      Also add a test proving that monitor with default values is going to be
      correctly configured.
      a69d9345
  6. 27 Jul, 2018 1 commit
  7. 23 Jul, 2018 2 commits
  8. 20 Jul, 2018 1 commit
  9. 19 Jul, 2018 2 commits
  10. 18 Jul, 2018 1 commit
  11. 17 Jul, 2018 1 commit
  12. 13 Jul, 2018 3 commits
  13. 12 Jul, 2018 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Implement caddy_custom* · 95376d5d
      Łukasz Nowak authored
      caddy_custom_http and caddy_custom_https are implemented and exposed
      instead of apache_custom_http and apache_custom_https, but with backward
      compatbility for the latter form from apache-frontend.
      
      In TODO mark missing usage of custom http found during work on this commit.
      95376d5d
  14. 11 Jul, 2018 2 commits
  15. 29 Jun, 2018 3 commits
    • Łukasz Nowak's avatar
      caddy-frontend: Stabilise cached access · 0b606475
      Łukasz Nowak authored
      While reading templates/cached-virtualhost.conf.in it seems, that
      SSL-enabled host shall be exposed, but this is not true -- it is
      connecting to SSL backend, but listening on non-SSL.
      
      In order to stabilise this add assertsion to test_enable_cache
      which access cached ports directly and show its functionality, thus
      resolving added TODO.
      0b606475
    • Łukasz Nowak's avatar
      caddy-frontend: Branch implementation state per type · 1dd583c8
      Łukasz Nowak authored
      apache-frontend supports correctly ssl_proxy_ca_crt for ssl-proxy-verify,
      thus show it in test, still keeping expected 501 reply for caddy-frontend.
      1dd583c8
    • Łukasz Nowak's avatar
      caddy-frontend: Fix backend_https_url · a4311792
      Łukasz Nowak authored
      The schema shall be https, not http. It got undetected, as caddy-frontend
      dies really fast with 501, while apache-frontend is able to communicate
      with the backend.
      a4311792
  16. 28 Jun, 2018 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Test cases · 6afa5ef0
      Łukasz Nowak authored
      Features:
      
       * forcediphttpsadapter for SNI
       * compatbile with apache-frontend SR
       * local server to test against
       * supervisor state checks
       * promise list checks
       * test data (to save/load textual assertions)
       * own root CA for HTTPs backend
      6afa5ef0