• Hello All,

    I’m developing a plugin and running into a bit of an issue. When I am trying to post data to an external API (using a form and some jquery magic) my wp_remote_post keeps failing with the strangest error:

    WP_Error Object
    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => SSL read: error:00000000:lib(0):func(0):reason(0), errno 54
                    )
            )
        [error_data] => Array
            (
            )
    )

    As you can see, there is no error information, just this error. If anyones run into this before or knows what this is, I’d appreciate the guidance!

    Thanks in advance.

  • The topic ‘wp_remote_post and http_request_failed confusion’ is closed to new replies.