| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a558774 commit a9db45e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1938,8 +1938,9 @@ from `process.argv` as the default value of the `sessionIdContext` option, other | |||
| 1938 | 1938 | APIs that create secure contexts have no default value. | |
| 1939 | 1939 | ||
| 1940 | 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. | ||
| 1941 | + usable as an argument to several `tls` APIs, such as [`server.addContext()`][], | ||
| 1942 | + but has no public methods. The [`tls.Server`][] constructor and the | ||
| 1943 | + [`tls.createServer()`][] method do not support the `secureContext` option. | ||
| 1943 | 1944 | ||
| 1944 | 1945 | A key is _required_ for ciphers that use certificates. Either `key` or | |
| 1945 | 1946 | `pfx` can be used to provide it. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments