Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-02-12 | README updates (#4621) | Richard van der Hoff | 1 | -0/+1 |
2019-02-12 | Disable TLS by default (#4614) | Richard van der Hoff | 3 | -27/+28 |
2019-02-12 | Fix error when loading cert if tls is disabled (#4618) | Richard van der Hoff | 4 | -18/+47 |
2019-02-11 | Remove redundant entries from docker config | Richard van der Hoff | 3 | -24/+2 |
2019-02-11 | fix tests | Richard van der Hoff | 2 | -3/+7 |
2019-02-11 | Infer no_tls from presence of TLS listeners | Richard van der Hoff | 10 | -20/+27 |
2019-02-11 | Don't create server contexts when TLS is disabled | Richard van der Hoff | 3 | -3/+7 |
2019-02-11 | Fail cleanly if listener config lacks a 'port' | Richard van der Hoff | 2 | -0/+6 |
2019-02-11 | Logging improvements around TLS certs | Richard van der Hoff | 3 | -22/+39 |
2019-02-11 | Move ClientTLSOptionsFactory init out of refresh_certificates (#4611) | Richard van der Hoff | 5 | -9/+9 |
2019-02-11 | Clean up default listener configuration (#4586) | Richard van der Hoff | 2 | -48/+82 |
2019-02-11 | Clarifications for reverse proxy docs (#4607) | Richard van der Hoff | 6 | -62/+117 |
2019-02-11 | ACME Reprovisioning (#4522) | Amber Brown | 5 | -25/+89 |
2019-02-11 | Be t |