We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78be87b commit 5c35029Copy full SHA for 5c35029
doc/api/tls.md
@@ -1938,8 +1938,9 @@ from `process.argv` as the default value of the `sessionIdContext` option, other
1938
APIs that create secure contexts have no default value.
1939
1940
The `tls.createSecureContext()` method creates a `SecureContext` object. It is
1941
-usable as an argument to several `tls` APIs, such as [`tls.createServer()`][]
1942
-and [`server.addContext()`][], but has no public methods.
+usable as an argument to several `tls` APIs, such as [`server.addContext()`][],
+but has no public methods. The [`tls.Server`][] constructor and the
1943
+[`tls.createServer()`][] method do not support the `secureContext` option.
1944
1945
A key is _required_ for ciphers that use certificates. Either `key` or
1946
`pfx` can be used to provide it.
0 commit comments