Socket
Book a DemoInstallSign in
Socket

hardhttps

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhttps

Make an https server that is more resistant to client-initiated renegotiations, and other common security mistakes.

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

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:

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

Keywords

https

FAQs

Package last updated on 20 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts