Hi Ben,
On Thursday, November 22, 2012 12:32:51 PM UTC, Ben Noordhuis wrote:
>
>
> You may need to turn on SSL bug workarounds. Look up the setOptions()
> function in the crypto module documentation.
>
>
setOptions() doesn't appear to be documented yet - can you give me an
example of how to use it.
I've tried this:
if (!options) options = {};
options.secureOptions = constants.SSL_OP_ALL;
var sslcontext = crypto.createCredentials(options);
However this throws an error:
TypeError: Bad parameter
at new Credentials (crypto.js:65:27)
at Object.exports.createCredentials (crypto.js:74:11)
Thanks,
Steve.
--
Job Board: http://jobs.nodejs.org/
Posting guidelines:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en