diff options
| author | throwaway <developerthrowaway@protonmail.com> | 2025-01-24 00:53:34 -0800 |
|---|---|---|
| committer | throwaway <developerthrowaway@protonmail.com> | 2025-01-24 00:53:34 -0800 |
| commit | eed32a153c862cec31d1353ea0ed6e01fc70b8da (patch) | |
| tree | f1e4c3b7df3e1d06b1af387d4184e5b978a38957 /docker/apache/https/conf.d | |
| parent | f9f3c919d6df45da859ba46d3ba823e543ca636e (diff) | |
remove ssl.conf when using http config
Diffstat (limited to 'docker/apache/https/conf.d')
| -rw-r--r-- | docker/apache/https/conf.d/ssl.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docker/apache/https/conf.d/ssl.conf b/docker/apache/https/conf.d/ssl.conf new file mode 100644 index 0000000..7b0dd15 --- /dev/null +++ b/docker/apache/https/conf.d/ssl.conf @@ -0,0 +1,19 @@ +LoadModule ssl_module modules/mod_ssl.so +LoadModule socache_shmcb_module modules/mod_socache_shmcb.so + +SSLRandomSeed startup file:/dev/urandom 512 +SSLRandomSeed connect builtin + +Listen 443 + +SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH +SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH +SSLHonorCipherOrder on + +SSLProtocol all -SSLv3 +SSLProxyProtocol all -SSLv3 + +SSLPassPhraseDialog builtin + +SSLSessionCache "shmcb:/var/cache/mod_ssl/scache(512000)" +SSLSessionCacheTimeout 300 |
