Hi all,
Before describing the issue, I have tried several solutions to stop all automatic updates, including using plugins, adding define( ‘WP_AUTO_UPDATE_CORE’, false ); to wp-config.php
The setup
I’m running WordPress on IIS on Windows Server 2016 in a virtual server. All external connections to the internet is blocked due to security reasons. I am using it for testing purposes in a company and internet access cannot be opened. The website is working totally fine within our network.
The issue
I am getting this error
PHP 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. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in (…)\wp-admin\includes\translation-install.php on line 62
What I want
I need to somehow disable the automatic update checks, so WordPress will stop trying to connect to projectdmc.org all together.
- This topic was modified 3 hours, 57 minutes ago by . Reason: removed underline
