Website content quality is poor, distribution efficiency is too low how to do?Huawei engineers offer 5 unique skills>>>
SMTP message – “could not open socket” error
This is due to the Zend framework used in Magento 1
There are two possible reasons for this problem
1. OpenSSL is not installed
Use the phpinfo module to see if OpenSSL is installed
2. Firewall problem( Close the firewall)
View firewall status:
[ root@centos6 ~]# service iptables status
Iptables: firewall is not running
Open firewall:
[ root@centos6 ~]# service iptables start
Turn off firewall:
[ root@centos6 ~]# service iptables stop
Similar Posts:
- [Solved] CentOS 7.2 Startup Error: Failed to start IPv4 firewall with iptables
- Zabbix-server Error: No route to host [How to Solve]
- [Solved] MYSQL ERROR 2003 (HY000): can’t connect to MySQL server (10060)
- Solve the problem of SSH Connection closed by foreign host
- [Solved] Centos7 Error: Failed to start iptables.service: Unit not found
- [Solved] Centos7 Failed to start iptables.service: Unit not found
- [Solved] Centos7 linux ailed to stop iptables.service: Unit iptables.service not loaded.
- [SVC] Online Iptables Restart error: Couldn’t load target `ACCET’:/lib64/xtables/libipt_ACCET.so: cannot open shared object file: No such file or directory
- Remote connection with Navicat mysql:Can ‘t connect to MySQL server (10060)
- FTP connect Error: No route to host [How to Solve]