Hi Everyone,
I have a problem and hope anyone can help.
We have a VPS and installed cyberpanel + openlitespeed
there is a WordPress website on it, everything is fine BUT we have 1 problem:
WordPress can’t make secure connection to wordpress.org
I investigated forums and tutorials to solve this issue and tried these:
1- openSSL version is latest
2- TLS 1.3 is avilable
3- added **198.143.164.252 wordpress.org** to hosts file using SSH
4- asked server owner to check firewall port and they say 443 is open.
5- curl is installed and added in php.ini
The weird part is, in SSH when I try curl or telnet to wordpress.org on port 443, it connects!
but in wp-admin I get Errors and this error cause wp admin be so slow (wait till timeout)
I guess wordpress uses fsocketopen and in this file you can see connection to wordpress is not working:
**Warning** : 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](https://wordpress.org/support/forums/). (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in **/home/aydinlatmasepeti.com.tr/public_html/wp-includes/update.php** on line **209**
it says restart: unrecognized service. I’ve restarted using cyberpanel dashboard. and rebooted server. could it be openSSL version? I can see recent version is 3 but when I try to update in ssh, it says
openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.20).
0 upgraded, 0 newly installed, 0 to remove and 60 not upgraded.
Edit : systemctl restart lscpd && systemctl restart lsws this one restarted…
Trying to update core but because of this error admin side is so slow.
I’m wondering, Why connections to everywhere on 443 are OK, except wordpress.org
Check php cURL extension https://SERVER_URL:8090/managephp/installExtensions choose the website’s php version anc chech e.g. for php74 lsphp74-curl is installed
I’ve installed cyberpanel on another VPS (not same server as this)
and openssl connection works fine, so recommended client to change server, it’s server issue not cyberpanel and not WordPress.
Thank you so much for your time @josephgodwinke .
This was a good experience with cyberpanel community.