Hi,
Javax.Crypto.AEADBadTagException: Tag Mismatch
when trying to communicate with a server having OpenSSL 1.0.2.
Looks like the issue is due to AES-GCM ciphers. So, just wanted to know if we need to make some changes in OpenSSL configuration to avoid the given exception.
We've Java on the client side & OpenSSL on the server side. After updating Java to 1.8u261 & started getting following exception:
Javax.Crypto.AEADBadTagException: Tag Mismatch
when trying to communicate with a server having OpenSSL 1.0.2.
Looks like the issue is due to AES-GCM ciphers. So, just wanted to know if we need to make some changes in OpenSSL configuration to avoid the given exception.
Regards,
PR