svrjs-nextjs-website/pages/docs/config/client-secure.md
Dorian Niemiec 8109a52fe6
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m8s
style: change the spelling of a JavaScript runtime from "Node.JS" to "Node.js"
2025-01-07 16:27:52 +01:00

7 lines
397 B
Markdown

---
title: Client-initiated secure renegotiation
---
# Client-initiated secure renegotiation
Client-initiated secure renegotiation may pose DoS risks. However, Node.js (JS runtime on which SVR.JS is running on) has built-in protection against DoS attacks caused by client-initiated secure renegotiation. Such attacks can be detected by looking for _ERR_TLS_SESSION_ATTACK_ errors in server log.