I am interconnecting two services by my code. Those two services exposed over TLS 1.2
While I do that I found there is some slight mismatch in encryption standard on AES
. I do not have authority to change encryption standards on these two nodes. I just need the interaction by code has to go well without affecting tls
layer. How could I run my code successfully.
Is I could do anything with truststore and keystore
to make my code operable.