Force TLS 1.2 Per Directory
I am trying to force TLS 1.2 in a single directory, rather than on the entire server. If anyone can help with the .htaccess that would do this it would be appreciated. So basically I want it in:
/home/user/public_html/subdirectory_of_root
-
Hello, You may find the following Apache documentation helpful: SSL/TLS Strong Encryption: How-To - Apache HTTP Server Version 2.4 However, also note the discussion on the following third-party URL: Is it possible to set an SSLProtocol in Apache for a single VirtualHost (poodle)? Note that you'd need access to make changes to the Apache configuration file, so it's not possible without root access to the system. Thank you. 0 -
Thank you for the reply. I am trying now to use this method, but can you please tell me if this should go in my server's pre-main includes area? Also, all tests I've done with it there still seem to show the main server's SSLProtocol, and not this directory's. Here is what I have in pre-main includes: # but 0 -
You can try adding the entry to an individual virtual host using the instructions at: Modify Apache Virtual Hosts with Include Files - EasyApache 4 - cPanel Documentation Thank you. 0
Please sign in to leave a comment.
Comments
3 comments