Changes

Jump to navigation Jump to search
198 bytes added ,  17:12, 1 April 2016
no edit summary
Line 24: Line 24:  
##:: CustomLog logs/ssl_request_log \
 
##:: CustomLog logs/ssl_request_log \
 
##::    "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"</pre>
 
##::    "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"</pre>
 +
## Secure SSL
 +
##:<pre>
 +
##:: sudo nano /etc/apache2/mods-enable/ssl.conf
 +
##:: SSLCipherSuite HIGH:!aNULL:!MD5:!3DES
 +
##:: SSLHonorCipherOrder on
 +
##:: SSLProtocol TLSv1.2
 +
##:: SSLCompression off</pre>
 
## Restart Apache and test
 
## Restart Apache and test
 
#* Django (Nginx-Gunicorn)
 
#* Django (Nginx-Gunicorn)
 
## TODO!
 
## TODO!

Navigation menu