You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
Looking at plain code samples, if one does not explicitly specify the secureProtocol option, what is the default protocol use by the request client when invoking https.request() ?
mscdex
unread,
Apr 28, 2015, 6:14:35 PM4/28/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
On Tuesday, April 28, 2015 at 11:35:34 AM UTC-4, Aaron Seet wrote:
Looking at plain code samples, if one does not explicitly specify the secureProtocol option, what is the default protocol use by the request client when invoking https.request() ?
The documentation[1] states that SSLv2 and SSLv3 are disabled by default, so the default would be the next available protocol version, TLSv1.