@@ -759,7 +759,7 @@ added: v0.11.3
759
759
to be used when checking the server's hostname against the certificate.
760
760
This should throw an error if verification fails. The method should return
761
761
` undefined ` if the ` servername ` and ` cert ` are verified.
762
- * ` secureProtocol ` {string} The SSL method to use, e.g., ` SSLv3_method ` to
762
+ * ` secureProtocol ` {string} The SSL method to use, e.g. ` SSLv3_method ` to
763
763
force SSL version 3. The possible values depend on the version of OpenSSL
764
764
installed in the environment and are defined in the constant
765
765
[ SSL_METHODS] [ ] .
@@ -833,7 +833,7 @@ added: v0.11.3
833
833
to be used when checking the server's hostname against the certificate.
834
834
This should throw an error if verification fails. The method should return
835
835
` undefined ` if the ` servername ` and ` cert ` are verified.
836
- * ` secureProtocol ` {string} The SSL method to use, e.g., ` SSLv3_method ` to
836
+ * ` secureProtocol ` {string} The SSL method to use, e.g. ` SSLv3_method ` to
837
837
force SSL version 3. The possible values depend on the version of OpenSSL
838
838
installed in the environment and are defined in the constant
839
839
[ SSL_METHODS] [ ] .
@@ -1023,7 +1023,7 @@ added: v0.3.2
1023
1023
session resumption. If ` requestCert ` is ` true ` , the default is a 128 bit
1024
1024
truncated SHA1 hash value generated from the command-line. Otherwise, a
1025
1025
default is not provided.
1026
- * ` secureProtocol ` {string} The SSL method to use, e.g., ` SSLv3_method ` to
1026
+ * ` secureProtocol ` {string} The SSL method to use, e.g. ` SSLv3_method ` to
1027
1027
force SSL version 3. The possible values depend on the version of OpenSSL
1028
1028
installed in the environment and are defined in the constant
1029
1029
[ SSL_METHODS] [ ] .
0 commit comments