Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.bouncycastle.crypto.InvalidCipherTextException: mac check in GCM failed #1295

Closed
a1ekseev opened this issue Jan 28, 2022 · 2 comments
Closed

Comments

@a1ekseev
Copy link

I'm trying to run a test on GitLab CI, but have run into a problem.

    org.bouncycastle.crypto.InvalidCipherTextException: mac check in GCM failed
    	at org.bouncycastle.crypto.modes.GCMBlockCipher.doFinal(Unknown Source)
    	at io.minio.admin.Crypto.decrypt(Crypto.java:189)
    	at io.minio.admin.MinioAdminClient.listUsers(MinioAdminClient.java:242)

So far it has not been possible to reproduce the problem locally.
Do you have any thoughts?

@balamurugana
Copy link
Member

Seems like a network issue. Refer bcgit/bc-java#1019

@pbrw
Copy link

pbrw commented Nov 23, 2023

This is possibly the same issue as in Python SDK minio/minio-py#1343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants