• Resolved ionas

    (@ionas)


    Two days now I get this warning in my updates. I contacted my host and developer of the theme and they say the problem is not from them. Any help will be greatly appreciated.

    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 /home/whc035/public_html/wp-admin/includes/plugin-install.php on line 77

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Disable all your plugins and see if it still happens. It sounds very much like an issue with your host connecting to WP, though.

    Thread Starter ionas

    (@ionas)

    Thanks for the reply Ipstenu.

    The problem is the same with the plugins deactivated. I contacted the host and they assured me that nothing has been changed the last 30 days. So it is not their problem. It was working fine 2 days ago.

    footprintdigital

    (@footprintdigital)

    I was searching everywhere for an answer to this too…one that wasnt the standard ‘its a server problem’ because it wasnt – totally fresh version of WordPress, totally new database and even new domain so couldnt be that.

    Here’s what fixed mine:

    in /www/wp-admin/includes/plugin-install.php on line 65 – remove the ‘s’ from https so the below should read:

    if ( false === $res ) {
    		$url = $http_url = 'http://api.wordpress.org/plugins/info/1.0/';
    		if ( $ssl = wp_http_supports( array( 'ssl' ) ) )
    			$url = set_url_scheme( $url, 'http' );
    Thread Starter ionas

    (@ionas)

    It worked!!! You are great. Thank you. I just couldn’t work it out.

    m0rpheux

    (@m0rpheux)

    tried the same on a new install like footprintdigital and edited that and still got the same message 🙁 ionas u so lucky i guess ill contact my host to see if there are causing the problem

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘An unexpected error occurred after update’ is closed to new replies.