Windows IIS Server 10 supported TLS_AES_256_GCM_SHA384 on TLS 1.3. But my application max TLS version TLS 1.2 . I can't send request to server due to tls mismatch. TLS_AES_256_GCM_SHA384 is not found in my app. How can I use this CipherSuite ?
Note : My android project language is Java.