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:
http://aydinlatmasepeti.com.tr/checkport.php
The error is
**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**
anything will be helpful.
thanks.







