Welcome! Log In Create A New Profile

Advanced

Re: How to deny serving requests if Host field and SNI do not match?

August 29, 2024 07:02AM
To support this feature you will need to intercept the TLS request and check the presence of SNI field.
Openresty which is a distro of nginx supports LUA. LUA code can be used to intercept the client Hello and check if SNI/servername is present.
You can check it here : https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ssl/clienthello.md
Subject Author Posted

How to deny serving requests if Host field and SNI do not match?

arisudesu March 17, 2024 02:52AM

Re: How to deny serving requests if Host field and SNI do not match?

arisudesu March 19, 2024 11:33AM

Re: How to deny serving requests if Host field and SNI do not match?

arisudesu March 26, 2024 10:59AM

Re: How to deny serving requests if Host field and SNI do not match?

anirban.scrapmail@gmail.com August 29, 2024 07:02AM

Re: How to deny serving requests if Host field and SNI do not match?

arisudesu September 11, 2024 04:37AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 114
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready