Welcome to the new Box Support website. Check out all the details here on what’s changed.

Phyton SDK and JWT "error_description":"OpenSSL unable to verify data

New post

Comments

2 comments

  • jmoldow_box

    I've seen this error before. I don't know why it happens, but one way you might be able to get around it is by using a different algorithm. e.g. JWTAuth(..., jwt_algorithm="RS512")

    0
    Comment actions Permalink
  • Box Product Support


    Thanks for your suggestion. I have tried RS512 but still got the error massage. The whole exception as the following:

    [11:55]
    BoxOAuthException:
    Message: {"error":"invalid_grant","error_description":"OpenSSL unable to verify data: "}
    Status: 400
    URL: https://api.box.com/oauth2/token
    Method: POST

     


    The app account info and user account info can be authenticated via our Java test application, but got this error via our Python test application.

    0
    Comment actions Permalink

Please sign in to leave a comment.