We have setup TLS-1.2 security for API on edge server on APIgee cloud. it allows TLS1 and TLS1.1 to connect. How to block connections from TLS lower version

{
    "ciphers": [],
    "clientAuthEnabled": "false",
    "enabled": "true",
    "ignoreValidationErrors": false,
    "keyAlias": "My Alias",
    "keyStore": "ref://MyKeyStoreRef",
    "protocols": ["TLSv1.2"]
}
0 2 217
2 REPLIES 2

Not applicable