• Resolved designerbhartiyam

    (@designerbhartiyam)


    Hi i got this error in my plugin add new

    An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums.

    i try to resolve and search thing related to this but not solve my problem

    my host port 80 block i also reopen that still have this issue

    if i open debug mode true

    i got this

    error occurred. Something may be wrong with www.ads-software.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.ads-software.com. Please contact your server administrator.) in /home/xxxxx/public_html/wp-admin/includes/plugin-install.php on line 83

    at this line i got this

    if ( $ssl && is_wp_error( $request ) ) {
    			trigger_error( __( 'An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the <a href="https://www.ads-software.com/support/">support forums</a>.' ) . ' ' . __( '(WordPress could not establish a secure connection to www.ads-software.com. Please contact your server administrator.)' ), headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE );
    			$request = wp_remote_post( $http_url, $http_args );
    		}

    but i dnt understand issue so help me out for this

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    That means that your server’s version of openssl is out of date.

    You’ll need to contact your hosting provider and ask them to make sure that your server has the latest version of openssl, which is currently 1.0.2e.

    Thread Starter designerbhartiyam

    (@designerbhartiyam)

    i got solution for this my port 80 block via server due to some infected file

    so if any one suffer from this check own port 80 on server is open or block

    thank you !

    Moderator James Huff

    (@macmanx)

    Ah, excellent, thanks for letting us know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Got error in add new plugin’ is closed to new replies.