diff --git a/doc/api/tls.md b/doc/api/tls.md index bedf4e28e7bc04..2c8414f2988c9c 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -627,6 +627,9 @@ added: v0.5.3 The `server.addContext()` method adds a secure context that will be used if the client request's SNI name matches the supplied `hostname` (or wildcard). +When there are multiple matching contexts, the most recently added one is +used. + ### `server.address()`