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 |       key:          localDummyCerts.key | ||||||
|     , cert:         localDummyCerts.cert |     , cert:         localDummyCerts.cert | ||||||
|     , ca:           localDummyCerts.ca |     , ca:           localDummyCerts.ca | ||||||
|                     // changes from default: disallow RC4
 |     // io.js defaults have disallowed insecure algorithms as of 2015-06-29
 | ||||||
|     , ciphers:      "ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:AES128-GCM-SHA256:!RC4:HIGH:!MD5:!aNULL" |     // 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() { |     function addSniWorkaroundCallback() { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user