4- Put-Security-Protocols-Remove-insecure-ciphers-in-TLSv1.2 (not supported by API)

PUT https://{{composer}}/rest/security-standards/protocols

Fixes insecured TLS/SSL Server Supports The Use of Static Key Ciphers

Request Body

{"0"=>{"protocolName"=>"TLSv1", "enabled"=>false}, "1"=>{"protocolName"=>"TLSv1.1", "enabled"=>false}, "2"=>{"protocolName"=>"TLSv1.2", "enabled"=>true, "cipherSuites"=>[{"type"=>"SecurityCipherSuiteV1", "cipherSuiteName"=>"TLS_RSA_WITH_AES_128_CBC_SHA256", "enabled"=>false}, {"type"=>"SecurityCipherSuiteV1", "cipherSuiteName"=>"TLS_RSA_WITH_AES_256_CBC_SHA256", "enabled"=>false}]}}

HEADERS

KeyDatatypeRequiredDescription
X-API-Versionstring
Authstring
Content-Typestring