ssl.conf 490 B

12345678910111213141516171819
  1. LoadModule ssl_module modules/mod_ssl.so
  2. LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
  3. SSLRandomSeed startup file:/dev/urandom 512
  4. SSLRandomSeed connect builtin
  5. Listen 443
  6. SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH
  7. SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH
  8. SSLHonorCipherOrder on
  9. SSLProtocol all -SSLv3
  10. SSLProxyProtocol all -SSLv3
  11. SSLPassPhraseDialog builtin
  12. SSLSessionCache "shmcb:/var/cache/mod_ssl/scache(512000)"
  13. SSLSessionCacheTimeout 300