-
Notifications
You must be signed in to change notification settings - Fork 485
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
Comments
Seems like a network issue. Refer bcgit/bc-java#1019 |
This is possibly the same issue as in Python SDK minio/minio-py#1343 |
I am having the same error with minio Java admin client (https://github.com/minio/minio-java/blob/master/adminapi/src/main/java/io/minio/admin/MinioAdminClient.java). The server is running on my MacBook Pro with Apple M3 max chip on MacOS Sequoia 15.0.1. The Java version is openjdk 21.0.2 2024-01-16. The call to listUsers() in the following code returns the error org.bouncycastle.crypto.InvalidCipherTextException: mac check in GCM failed' |
I am able to reproduce the bug with current |
Also, In my opinion, UserInfo getUserInfo(String accessKey) should not throw an exception when the user does not exist. It should return null. |
@balamurugana here's a clue, user reporting that changing the MinIO build architecture from ARM to x86 fixes the problem, in this discussion here: minio/minio#20658 |
Fixes minio#1295 Signed-off-by: Bala.FA <bala@minio.io>
Fixes minio#1295 Signed-off-by: Bala.FA <bala@minio.io>
@marktheunissen There is a different issue I found in my local testing. |
I'm trying to run a test on GitLab CI, but have run into a problem.
So far it has not been possible to reproduce the problem locally.
Do you have any thoughts?
The text was updated successfully, but these errors were encountered: