• I added a website that was running on Apache to aaPanel, which is now using Nginx. Now I am getting the following error in the backend of the WordPress site:

    [11-Feb-2025 06:55:50 UTC] PHP Warning: wp_update_plugins(): An unexpected error occurred. Something seems to be wrong with www.remarpro.com or this server configuration. If the problem persists, please use the Support Forums. (WordPress was unable to establish a secure connection to www.remarpro.com. Please contact your server administrator.) in /www/wwwroot/maintenance.wp-helping-hand.com/wp-includes/functions.php on line 6114

    Is this error known, and how can I resolve it?

Viewing 1 replies (of 1 total)
  • I think that this issue is maybe related to your server’s configuration (especially since you recently moved from Apache to Nginx).

    To resolve it, start by checking that?cURL?(or similar libraries) required by WP are installed and configured properly on your server, as these libraries handle outgoing server connections.

    Also, verify that your server has open and functional ports (like 443 for HTTPS) for connecting to www.remarpro.com.

    If this doesn’t fix the issue, check your SSL/TLS configuration on Nginx – misconfigured SSL setup can block secure connections. For a more detailed guide, you could try this: How to Fix Secure Connection Error in WordPress.

    At the end, check that your PHP version is up to date (and compatible with WP), not sure this could be a problem in your case, but you never know….

    • This reply was modified 4 weeks, 1 day ago by Ivica Delic.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.