Revision 62097f10
Added by David Sorber almost 11 years ago
| configs/apache/main.conf | ||
|---|---|---|
|
</VirtualHost>
|
||
|
|
||
|
<VirtualHost _default_:443>
|
||
|
ServerName https://10.0.0.6:443
|
||
|
ServerAdmin webmaster@localhost
|
||
|
|
||
|
DocumentRoot /var/www
|
||
| ... | ... | |
|
SSLEngine On
|
||
|
SSLCertificateFile /etc/apache2/ssl/server.crt
|
||
|
SSLCertificateKeyFile /etc/apache2/ssl/server.key
|
||
|
SSLProtocol -all +TLSv1
|
||
|
SSLProtocol -all +TLSv1.2
|
||
|
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
|
||
|
</VirtualHost>
|
||
Updating main apache config to only enable TLS v1.2.