mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
possible fix for SSL not starting
This commit is contained in:
parent
1a5349f8a9
commit
102beab33e
@ -129,8 +129,6 @@ then
|
||||
SSLHonorCipherOrder on
|
||||
SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
|
||||
SSLSessionTickets off
|
||||
SSLUseStapling On
|
||||
SSLStaplingCache "shmcb:logs/ssl_stapling(32768)"
|
||||
|
||||
### YOUR SERVER ADDRESS ###
|
||||
|
||||
@ -184,6 +182,10 @@ then
|
||||
SSLOpenSSLConfCmd DHParameters $DHPARAMS
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
### EXTRAS ###
|
||||
SSLUseStapling On
|
||||
SSLStaplingCache "shmcb:logs/ssl_stapling(32768)"
|
||||
SSL_CREATE
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user