| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fa9b5c3 commit 8966ab3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1472,8 +1472,8 @@ Verifies the certificate `cert` is issued to `hostname`. | |||
| 1472 | 1472 | Returns {Error} object, populating it with `reason`, `host`, and `cert` on | |
| 1473 | 1473 | failure. On success, returns {undefined}. | |
| 1474 | 1474 | ||
| 1475 | - This function can be overwritten by providing alternative function as part of | ||
| 1476 | - the `options.checkServerIdentity` option passed to `tls.connect()`. The | ||
| 1475 | + This function can be overwritten by providing an alternative function as the | ||
| 1476 | + `options.checkServerIdentity` option that is passed to `tls.connect()`. The | ||
| 1477 | 1477 | overwriting function can call `tls.checkServerIdentity()` of course, to augment | |
| 1478 | 1478 | the checks done with additional verification. | |
| 1479 | 1479 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments