Who has a good guide for configuring SSL with Apache and CentOS?
-
I can NOT make it work. no idea why. I am just trying to turn it up using a self signed SSL so I can then switch CloudFlare to full
If you know a good guide please link it here. Do not link something you have not used.
-
Everything I see shows this to be stupidly easy.
So I have made a stupid mistake someplace..
Probably in the past as I first set this server up (with no SSL) 3 weeks ago.
-
Problem resolved...
Told you it was something stupid
[root@jcloud ~]# firewall-cmd --zone=public --add-port=https/tcp --permanent; success [root@jcloud ~]# firewall-cmd --reload success [root@jcloud ~]#