You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RoryPTB your issue is unrelated to the original issue. You are trying to use an ECDSA private key with an RSA signing method. Please specify the correct signing method.
I filed a separate issue (#262) to make sure the error in your case is easier to understand.
@kislyuk Thanks for the feedback. Would it be possible for the error to be more helpful, such as Please ensure the signing method is correct and try again?
Hello,
When using
signature_algorithm=SignatureMethod.SHA256_RSA_MGF1
the signature cannot be verified.If I remove
signature_algorithm=SignatureMethod.SHA256_RSA_MGF1
the signature can be validated fine.Error message:
The text was updated successfully, but these errors were encountered: