• Hi.

    I have cyberpanel installed on the VPS Centos. Recently, my site has an error “An unexpected error occurred. Something may be wrong with www.remarpro.com or this server’s configuration. If you continue to have problems, please try the support forums. WordPress could not establish a secure connection to www.remarpro.com. Please contact your server administrator.) in /home/domain.com/public_html/wp-admin/includes/translation-install.php”

    Anyone have solution to help me. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    This typically means WordPress trying to connect to the update server in the background, but couldn’t. This could be due to a simple internet connection issue, or may be the server is offline. This connectivity issue, which usually resolves itself after a while.

    If not, try contacting your internet/hosting provider.

    Also, review this tutorial: https://www.wpbeginner.com/wp-tutorials/how-to-fix-secure-connection-error-in-wordpress/

    Thread Starter modandroidapk

    (@modandroidapk)

    The steps are https://www.wpbeginner.com instructions:

    In the terminal, you can connect to your server like this:

    Step 1: ssh [email protected]

    Don’t forget to replace username with your own username and example.com with your own domain name.

    Once connected, you need to run the following command:

    Step 2: sudo nano /etc/hosts

    This will open a file, and you will need to add the following code at the bottom of the file:

    Step 3: 66.155.40.202 api.www.remarpro.com

    You can now save your changes and exit the the editor. Visit your website to see if this resolved the error.

    In step 1: What could this username be? cyberpanel username or ssh zoc7 terminal username?

    In step 3: The article was updated in 2017. Does api.www.remarpro.com change now?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘An unexpected error occurred WordPress (Translation + Updated)’ is closed to new replies.