Hello, aaPanelers
I think its a general aaPanel issue, i am using System :CentOS 8.2.2004(Py3.7.8) with nginx and php7.4
I've tried to add firewall IPs, URLs, rules but with no luck, WordPress can't access the WordPress outbound address,
also tried to add
define('WP_HTTP_BLOCK_EXTERNAL', false);
to the wp-config.php but without any luck
I've tried using ssh to check the system ports and the 80,443 are opened,
url -v telnet://api.wordpress.org 443
* Rebuilt URL to: telnet://api.wordpress.org/
* Trying 198.143.164.251...
* TCP_NODELAY set
^C
i keep getting messages like:
Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration.
Communicating with the WordPress servers is used to check for new versions, and to both install and update WordPress core, themes or plugins.
Error Your site is unable to reach WordPress.org at 198.143.164.251, and returned the error: cURL error 60: SSL: no alternative certificate subject name matches target hostname 'api.wordpress.org'
Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration.
i've tried to add the host to /etc/hosts
198.143.164.251 api.wordpress.org
also tried to add all the ip ranges to jetpack
122.248.245.244/32
54.217.201.243/32
54.232.116.4/32
192.0.80.0/20
192.0.96.0/20
192.0.112.0/20
195.234.108.0/22
https://www.ipaddressguide.com/cidr
tied to add rules to sysfirewall and WAF, but no luck
also added rules to the firewall using ssh
[root@cp ~]# firewall-cmd --zone=public --add-service=http
success
[root@cp ~]# firewall-cmd --zone=public --add-service=https
success
[root@cp ~]# firewall-cmd --zone=public --permanent --add-service=http
success
[root@cp ~]# firewall-cmd --zone=public --permanent --add-service=https
success
[root@cp ~]# firewall-cmd --reload
success
[root@cp ~]# firewall-cmd --list-all
public (active)
This is killing me, I need your help and support please, we are using heavily WordPress, and I think this is one of the restrictions of aaPanel.
Wating for the reply
Regards