• On my local environment, I have received the following error on all my installs:

    “Warning: 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 /var/www/public/masuku/wp-includes/update.php on line 466”

    Since the error has popped up, all my installs are incredibly slow. The error displays at the top of every page in the admin.

    I am using the scotchbox vagrant lamp stack, which has always worked perfectly. I have also moved my wp-content folder to outside the install, which has always worked before the update, so I don’t believe that is the issue, but just in case, here is the code to move the wp-content folder found in my wp-config.php file:

    define( 'WP_CONTENT_DIR', dirname( __FILE__ ) . '../../wp-content' );
    define( 'WP_CONTENT_URL', 'https://orodruin.dev/wp-content' );

    Any help is appreciated!!

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

    (@t-p)

    – The most likely issue is the webserver can’t connect to the internet or is unable to connect securely.
    – If you have error logs on the server, check them for more detailed information as to what has failed, and go over theme with your hosting provider.

    @jacobmc Could you try disabling plugins one by one or changing theme to default themes?

    Thread Starter Jacob McKinney

    (@jacobmc)

    This is all on a virtual development server on my pc. It’s definitely not a theme or plugin issue, as it is happening on all my installs, even the clean ones that I just created.

    I’m trying to find php error logs on my virtual server but I haven’t had any luck yet.

    Moderator t-p

    (@t-p)

    as it is happening on all my installs,

    It’s more likely a server issue. If you have error logs on the server, check them for more detailed information as to what has failed, and go over theme with your hosting provider.

    Thread Starter Jacob McKinney

    (@jacobmc)

    Finally figured it out! It was a DNS issue most likely due to vagrant being sandboxed, although, I don’t know why it wasn’t an issue until 4.3.

    All I had to do was add 66.155.40.202 api.www.remarpro.com to my host file within vagrant.

    I found the answer here: https://ryansechrest.com/2014/08/wordpress-establish-secure-connection-wordpress-org/

    Thanks for the help everyone.

    Moderator t-p

    (@t-p)

    Glad to know it ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error after updating to 4.3’ is closed to new replies.