nginx-ssl-ja3
nginx-ssl-ja3 copied to clipboard
nginx module for SSL/TLS ja3 fingerprint.
Do not clone all `openssl` git history since we need just a current repo state. Save traffic, time and diskspace.
fix nginx build failed (#51): `error: 'ngx_sort_ext' defined but not used`
```sh git clone https://github.com/fooinha/nginx-ssl-ja3 --depth=1 cd -- nginx-ssl-ja3/docker docker compose up -d --build docker compose exec nginx-dev bash -c ./compile.sh ``` compile will end with `make` failure: ``` checking for...
Hi All, could you confirm is this module is supported by OpenSSL 3.x? Thanks, Marcello
Hello. We use nginx with tls tickets for session resumption. In the nginx patch in the line https://github.com/fooinha/nginx-ssl-ja3/blob/master/patches/nginx.1.23.1.ssl.extensions.patch#L8 ticket support explicitly disabled Tell me for what and will the module...
The README mentions using master OpenSSL version. There's been recent OpenSSL release (prompted by security vulnerability) - perhaps it can be used instead of master branch to simplify maintenance a...