Y
Hacker News
new
|
ask
|
show
|
jobs
by
an_account_name
2673 days ago
Host headers are transmitted
after
the ssl handshake.
1 comments
duncaen
2673 days ago
SNI?
link
an_account_name
2672 days ago
I read through the codebase and can't assert that
couldn't
happen... wasn't sure if the ngx_http_ssl_certificate callback could be executed after a point where any of the client-controlled variables from [1] are defined.
[1] -
https://nginx.org/en/docs/http/ngx_http_ssl_module.html#vari...
link