• Hi,

    I am currently experiencing the following issue:

    Warning: An unexpected error occurred. Something may be wrong with ww.wp.xz.cn or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to ww.wp.xz.cn. Please contact your server administrator.) in /var/www/html/XXXXXXXX/wp-admin/includes/plugin-install.php on line 83

    When I print the $request var I see the following error:

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => Received HTTP code 400 from proxy after CONNECT
                    )
    
            )
    
        [error_data] => Array
            (
            )
    )

    I think the server is missing some settings but I can’t figure out what server setting is missing or maybe wrong.

    Any suggestions or solutions what could be wrong?

    Thanks for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Is the site behind a Proxy Server? Looks like the SSL is being refused by the proxy. Does it happen in different browsers?

    Thread Starter q-one

    (@q-one)

    Yes, it is.

    And thanks for the hint. I will forward it to the security admin.

    Also I noticed that only on the /wp-admin/plugin-install.php Page the error is shown.

    Thread Starter q-one

    (@q-one)

    Also, this error also happens in other browsers.

    Thread Starter q-one

    (@q-one)

    The security admin just forwarded me this error message:

    Bad request 400
    The request had bad syntax or was inherently impossible to be satisfied.
    The request could not be understood by the server due to malformed syntax.
    The client SHOULD NOT repeat the request without modifications.

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

The topic ‘Backend – Plugin – Add new’ is closed to new replies.