0

How to HTTPS?

gh8776 9 aastat tagasi uuendaja Lexy 9 aastat tagasi 2
How do I make my websites secure?

I have generated a bunch of keys, but 443 appears to be closed and everytime I add key with cert and erstart ajenti the site stops being accessible.
Do you have a firewall? If so, please make sure port 443 is open.
please explain more about how your ajenti stop working, what cind of error you get?
i dont know which os do you use, or do you have firewall or iptables,
but i using centos 7 and firewalld, fallow these commands solved my problem
firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-service=https
firewall-cmd --permanent --zone=public --add-port=443/tcp 
firewall-cmd --reload