Speed up and secure Apache SSL encryption.
By default apache loads a bunch of encryption protocols. Most of which either are insecure and/or slow.
The location of these settings are based on DirectAdmin's Apache 2.4.x, however, you should easily be able to locate them in your apache .conf files.
vi /etc/httpd/conf/extra/httpd-ssl.conf
Set Apache to only use the fastest and best encryption algorithms.
Now comment out the default SSL settings and add new ones as shown below: