Commit Graph

21 Commits

Author SHA1 Message Date
Alex 30ce3a97c9 replace log,pretty_env_logger by tracing,tracing_subscriber and add time
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2023-08-27 16:13:29 +02:00
Alex 9bd922adf9
Cargo clippy
continuous-integration/drone/tag Build is passing Details
2022-12-06 14:24:00 +01:00
Alex cbf7a03836
Handle HTTP/1.1 SWITCHING_PROTOCOL to handle Connection: Upgrade correctly 2022-05-10 12:02:19 +02:00
Alex df4a36990c
Try again to fix connection: upgrade bug 2022-05-06 12:34:19 +02:00
Alex 8c6114c3d3
Try to clean up code and to fix WebSocket problems 2022-05-06 12:21:15 +02:00
Alex 4ba13a3fcb
Correct cookie concatenation 2022-02-27 19:53:06 +01:00
Alex d85ef18269
Try to fix cookie issue: concatenate multiple cookie headers 2022-02-27 19:47:41 +01:00
Alex b1ac01f53e
Try to fix duplicate Host header issue
- disable http2 to backend connections even when using tls
- forbid hyper from adding a host header
2022-01-25 17:01:39 +01:00
Alex ea050c7045
Actually that was quite a stupid way of handling timeouts 2022-01-24 20:55:26 +01:00
Alex f7a5b29b71
cargo clippy 2021-12-09 23:38:56 +01:00
Alex 9b30f2b7d1
Compression 2021-12-09 15:43:19 +01:00
Alex e4942490ee
Cargo clippy 2021-12-09 12:20:37 +01:00
Alex fdb83162ce
Improved management of ACME orders and certificate pre-expiration period 2021-12-09 12:18:23 +01:00
Alex 8153bdca46
Fix multiple header occurences 2021-12-09 11:20:04 +01:00
Alex 207f467b87
Support totally ignoring backend HTTPS certificate stuff 2021-12-08 23:45:24 +01:00
Alex ca8c5aad23
Handle HTTPS targets 2021-12-08 22:58:19 +01:00
Alex 3bdb417bfb
Exit more agressively on certain errors 2021-12-08 17:50:40 +01:00
Alex 8d47bef9d4
Fix path prefixes 2021-12-08 17:27:27 +01:00
Alex c49b2075a3
Try to fix things 2021-12-08 13:28:07 +01:00
Alex ccb4e87658
Round robin backends 2021-12-07 16:37:22 +01:00
Alex cd7e5ad034
Got a reverse proxy 2021-12-07 15:20:45 +01:00