hardhttps

0.0.4 • Public • Published

hardhttps

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.

Usage

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:

  1. If the secureConnection socket has an error, then it is destroyed.
  2. Only the finest TLS ciphers are used.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    4
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i hardhttps

Weekly Downloads

7

Version

0.0.4

License

ISC

Last publish

Collaborators

  • isaacs