| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 204c9d8 commit 7bd2cae
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -481,7 +481,7 @@ single argument when called: | |||
| 481 | 481 | The `tlsSocket.authorized` property is a `boolean` indicating whether the | |
| 482 | 482 | client has been verified by one of the supplied Certificate Authorities for the | |
| 483 | 483 | server. If `tlsSocket.authorized` is `false`, then `socket.authorizationError` | |
| 484 | - is set to describe how authorization failed. Note that depending on the settings | ||
| 484 | + is set to describe how authorization failed. Depending on the settings | ||
| 485 | 485 | of the TLS server, unauthorized connections may still be accepted. | |
| 486 | 486 | ||
| 487 | 487 | The `tlsSocket.alpnProtocol` property is a string that contains the selected | |
@@ -1214,9 +1214,9 @@ changes: | |||
| 1214 | 1214 | [`net.Socket`][], but any `Duplex` stream is allowed. | |
| 1215 | 1215 | If this option is specified, `path`, `host` and `port` are ignored, | |
| 1216 | 1216 | except for certificate validation. Usually, a socket is already connected | |
| 1217 | - when passed to `tls.connect()`, but it can be connected later. Note that | ||
| 1218 | - connection/disconnection/destruction of `socket` is the user's | ||
| 1219 | - responsibility, calling `tls.connect()` will not cause `net.connect()` to be | ||
| 1217 | + when passed to `tls.connect()`, but it can be connected later. | ||
| 1218 | + Connection/disconnection/destruction of `socket` is the user's | ||
| 1219 | + responsibility; calling `tls.connect()` will not cause `net.connect()` to be | ||
| 1220 | 1220 | called. | |
| 1221 | 1221 | * `rejectUnauthorized` {boolean} If not `false`, the server certificate is | |
| 1222 | 1222 | verified against the list of supplied CAs. An `'error'` event is emitted if | |
| Back | FazBrowse Home | New Git URL |
0 commit comments