Skip to content

woocommerce_api_authentication_error","message":"Consumer Secret is invalid #16

@chbichsel

Description

@chbichsel

When using HTTPS in the API URL parameter below the authentication fails with the error"

"woocommerce_api_authentication_error","message":"Consumer Secret is invalid".

HTTP works fine.

Questions:

  • Any suggestions on how to troubleshoot this?
  • If this is a potential server side configuration issues, do you have any pointers on how to configure it correctly?
  • Could you give me an example of how to use query parameters instead? The WooCommerce REST API documentation hints at an example for servers that not properly parse the Authorization header, but it is actually missing.
API(
            url="https://kashalife.net/",
            consumer_key   ="ck_16c59a1a0693c2723928830da52a30640c2311fd",
            consumer_secret="cs_0b4e0f17741e024b31d0ef799257b972db473305",
            wp_api=False,
            verify_ssl=False,
            version="v3",
        )

Thanks - Christoph

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions