remove ssl support in node server.

Use a reverse proxy for this.
This commit is contained in:
ansuz
2019-12-23 17:05:08 -05:00
parent 2dfbb522b0
commit cffb0da833
2 changed files with 1 additions and 36 deletions

View File

@@ -124,15 +124,6 @@ module.exports = {
padContentSecurity: baseCSP.join('; ') +
"script-src 'self' 'unsafe-eval' 'unsafe-inline'" + domain,
/* it is recommended that you serve CryptPad over https
* the filepaths below are used to configure your certificates
*/
//privKeyAndCertFiles: [
// '/etc/apache2/ssl/my_secret.key',
// '/etc/apache2/ssl/my_public_cert.crt',
// '/etc/apache2/ssl/my_certificate_authorities_cert_chain.ca'
//],
/* Main pages
* add exceptions to the router so that we can access /privacy.html
* and other odd pages