Eugene
Eugene

Reputation: 287

Is there a way to enable/setup ESNI in Nginx?

I was looking around for a way but I've only got that Nginx does implement the normal SNI and that's it.

Can it be that ESNI is still a "not yet ready" feature for Nginx?

Upvotes: 5

Views: 3959

Answers (1)

Adrian Heine
Adrian Heine

Reputation: 4141

Since ESNI (or ECH, as it's now called) is not supported by OpenSSL, it can't be supported by nginx, either.

Upvotes: 4

Related Questions