Reccommended Settings for mod_ssl

600阅读 0评论2009-05-10 lukeunique
分类:

$ps -ef | grep httd
 
・SSLEngine~
・SSLRequireSSL~
・SSLProtocol/SSLProxyProtocol~should be use only v1.0 &ssl3.0
・SSLRandomSeed
・SSLCipherSuite/SSLProxyCipherSuite
  It is recommended that we use SHA1 other then MD5
・SSLSessionCache
・SSLSessionCacheTimeout
     Recommend 300~600
eg:
 
$vi httpd-ssl.conf
SSLRequireSSL
 
上一篇:Compile and Install OpenSSL on Win32
下一篇:Web Server Authentication