After login to wordpress dashboard and tried to add new plugins It shows An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums. While checking the logs the following error was getting generated [Fri Jan 03 08:16:46.573487 2020] [ssl:error] [pid … Continue reading Unable to add plugins from wordpress admin dashboard
Category: IPtables
Enable and install iptables in centos 7
If you need to disable firewalld and use iptables in server use the following steps. First, stop and mask the firewalld service: systemctl stop firewalld systemctl mask firewalld Next, install the iptables-services package and enable the service to start at boot: yum install iptables-services systemctl enable iptables Then, saving the firewall rules can be done … Continue reading Enable and install iptables in centos 7
/etc/init.d/iptables: line 268: restorecon: command not found
Fix # yum install policycoreutils