SSLEngine on # SSL Cipher Suite: # List the ciphers that the client is permitted to negotiate. # See the mod_ssl documentation for a complete list. SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL # Server Certificate: # Point SSLCertificateFile at a PEM...
EXP:+MEDIUM SSLHonorCipherOrder on # 证书公钥配置 SSLCertificateFile /etc/pki/tls/certs/zhaopin.qiangshangkeji.com/2602582_zhaopin.qiangshangkeji.com_public.crt # 证书私钥配置 SSLCertificateKeyFile /etc/pki/tls/certs/zhaopin.qiangshangkeji.com/2602582_zhaopin.qiangshangkeji.com.key# 证书链配置,如果...
#Mutex file:${APACHE_LOCK_DIR}/ssl_mutex ssl-cache # SSL Cipher Suite: # List the ciphers that the client is permitted to negotiate. See the # ciphers(1) man page from the openssl package for list of all available # options. # Enable only secure ciphers: SSLCipherSuite HIGH:!aNULL #...
<IfModule mod_ssl.c> # Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the SSL library. # The seed data should be of good random quality. # WARNING! On some platforms /dev/random blocks if not enough entropy # is available. This means you...
SSLOpenSSLConfCmd ECDHParameters Automatic I do not have SSLProxyCipherSuite set up for my environment. Looking at what you have configured, I would say you are 'good to go.' Your mileage may vary, meaning --- configure what best suits your needs. ...
# Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the SSL library. # The seed data should be of good random quality. # WARNING! On some platforms /dev/random blocks if not enough entropy ...
## # SSL Cipher Suite: # List the ciphers that the client is permitted to negotiate. # See the mod_ssl documentation for a complete list. SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5 # Speed-optimized SSL Cipher configuration: # If speed is your main concern (on busy HTTPS servers e.g.), ...
# SSL Cipher Suite: # List the ciphers that the client is permitted to negotiate. # See the mod_ssl documentation for a complete list. SSLCipherSuite DEFAULT:!EXP:!SSLv2:!DES:!IDEA:!SEED:+3DES # Server Certificate: # Point SSLCertificateFile at a PEM encoded certificate. If ...
Default: SSLProxyCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP Context: server config, virtual host, directory, .htaccess Override: AuthConfig Status: Extension Module: mod_ssl Equivalent to SSLCipherSuite, but for the proxy connection. Please refer to SSLCipherSuite for additional...
SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H + svdh E Cipher Suite available for negotiation in SSL proxy handshake SSLProxyEngine on|off off sv E SSL Proxy Engine Operation Switch SSLProxyMachineCertificateFile filename s E File of concatenated PEM-encoded client certificates and keys ...