caddy/modules/caddyhttp
Kiss Károly Pál c82fe91104
reverseproxy: Dynamic ServerName for TLS upstreams (#4836)
* Make reverse proxy TLS server name replaceable for SNI upstreams.

* Reverted previous TLS server name replacement, and implemented thread safe version.

* Move TLS servername replacement into it's own function

* Moved SNI servername replacement into httptransport.

* Solve issue when dynamic upstreams use wrong protocol upstream.

* Revert previous commit.

Old commit was: Solve issue when dynamic upstreams use wrong protocol upstream.
Id: 3c9806ccb6

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2022-06-14 21:53:05 -06:00
..
caddyauth
encode
fileserver httpcaddyfile: Deprecate paths in site addresses; use zap logs (#4728) 2022-04-25 10:12:10 -06:00
headers headers: Fix `+` in Caddyfile to properly append rather than set (#4506) 2022-01-04 10:10:11 -07:00
map map: Prevent output destinations overlap with Caddyfile shorthands (#4657) 2022-05-06 10:25:31 -06:00
push
requestbody requestbody: Return HTTP 413 (fix #4558) 2022-03-11 12:34:55 -07:00
reverseproxy reverseproxy: Dynamic ServerName for TLS upstreams (#4836) 2022-06-14 21:53:05 -06:00
rewrite rewrite: Handle fragment before query (fix #4775) 2022-05-09 11:09:42 -06:00
standard reverseproxy: Support performing pre-check requests (#4739) 2022-05-06 10:50:26 -04:00
templates go.mod: Update go-yaml to v3 2022-06-01 15:15:20 -06:00
tracing tracing: New OpenTelemetry module (#4361) 2022-03-08 12:18:32 -07:00
app.go reverseproxy: Add `_ms` placeholders for proxy durations (#4666) 2022-04-11 13:04:05 -06:00
autohttps.go Fix #4822 and fix #4779 2022-06-01 15:12:57 -06:00
caddyhttp.go fileserver: do not double-escape paths (#4447) 2021-12-11 09:26:21 -05:00
caddyhttp_test.go
celmatcher.go caddyhttp: Log error from CEL evaluation (fix #4832) 2022-06-08 16:42:24 -06:00
celmatcher_test.go caddyhttp: Log error from CEL evaluation (fix #4832) 2022-06-08 16:42:24 -06:00
errors.go requestbody: Return HTTP 413 (fix #4558) 2022-03-11 12:34:55 -07:00
httpredirectlistener.go caddyhttp: Move HTTP redirect listener to an optional module (#4585) 2022-02-19 15:36:36 -07:00
marshalers.go
matchers.go caddyfile: Shortcut for `remote_ip` for private IP ranges (#4753) 2022-05-04 12:42:37 -06:00
matchers_test.go
metrics.go move common metrics-related funcs to internal package 2022-01-25 15:07:17 -05:00
metrics_test.go move common metrics-related funcs to internal package 2022-01-25 15:07:17 -05:00
replacer.go reverseproxy: Add `_ms` placeholders for proxy durations (#4666) 2022-04-11 13:04:05 -06:00
replacer_test.go
responsematchers.go
responsematchers_test.go
responsewriter.go
routes.go
server.go reverseproxy: Add `_ms` placeholders for proxy durations (#4666) 2022-04-11 13:04:05 -06:00
staticerror.go
staticresp.go
staticresp_test.go
subroute.go
vars.go httpcaddyfile: Add 'vars' directive 2022-03-22 10:47:21 -06:00