I have a dedicated server with CENTOS 6.7, Apache/2.4.20 php 7 and i want to enable TLS1.2 for paypal payments. From this I understand that i need to add extra lines in ssl.conf
I looked for it in /etc/httpd/conf.d/ssl.conf and in /etc/httpd/conf/ssl.conf.
I also tried locate ssl.conf and got no result. Following this answer : What do I do if I can't find ssl.conf file in a CentOS server? i tried to
sudo yum install mod_ssl
but i get this answer
Loaded plugins: fastestmirror, tsflags, universal-hooks
Setting up Install Process
Loading mirror speeds from cached hostfile
* EA4: 159.253.142.50
* base: mirror.checkdomain.de
* extras: mirror.checkdomain.de
* updates: mirror.checkdomain.de
No package mod_ssl available.
Error: Nothing to do
same for
sudo yum reinstall mod_ssl