问题
在配置SSL
认证后,需要放开防火墙的443
端口,出现了FirewallD is not running
错误
[root@xxx ~]# firewall-cmd --zone=public --add-port=443/tcp --permanent
FirewallD is not running
解决
只需要开启防火墙即可。
【1】先通过systemctl status firewalld
命令查看一下防火墙的状态,发现当前是dead
状态,即防火墙未开启。
[root@xxx ~]# systemctl status firewalld
● firewalld.service -</