IfModule mod_ssl.c> # # Order deny,allow # Allow from all # ErrorLog ${APACHE_LOG_DIR}/error.log LogLevel warn CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined SSLEngine on SSLProxyEngine on ProxyPreserveHost on ProxyPass / ajp://localhost:8009/ ProxyPassReverse / ajp://localhost:8009/ SSLProxyCheckPeerCN off SSLCertificateFile /etc/ssl/certs/jira.hpl.cz.cer SSLCertificateKeyFile /etc/ssl/private/jira.hpl.cz.key SSLCACertificateFile /etc/ssl/certs/ca.cer #SSLCertificateFile /etc/ssl/certs/jira.hpl.cz.cer #SSLCACertificateFile /etc/ssl/certs/Intermediate_CA_chain.cer #SSLCertificateKeyFile /etc/ssl/private/jira.hpl.cz.key SSLProtocol +SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2