Merge branch 'master' of github.com:daplie/walnut
This commit is contained in:
commit
364320bb79
|
@ -447,8 +447,10 @@ module.exports.create = function (securePort, certsPath, vhostsdir) {
|
|||
key: localDummyCerts.key
|
||||
, cert: localDummyCerts.cert
|
||||
, ca: localDummyCerts.ca
|
||||
// changes from default: disallow RC4
|
||||
, ciphers: "ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:AES128-GCM-SHA256:!RC4:HIGH:!MD5:!aNULL"
|
||||
// io.js defaults have disallowed insecure algorithms as of 2015-06-29
|
||||
// https://iojs.org/api/tls.html
|
||||
// previous version could use something like this
|
||||
//, ciphers: "ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:AES128-GCM-SHA256:!RC4:HIGH:!MD5:!aNULL"
|
||||
};
|
||||
|
||||
function addSniWorkaroundCallback() {
|
||||
|
|
Loading…
Reference in New Issue