Make an https server that is more resistant to client-initiated renegotiations, and other common security mistakes.
Not quite an A+ yet, but getting there.
var https = require('hardhttps')
https.createServer(options, handler)
The API is exactly the same as the built-in https module, but
createServer is a little bit tweaked: