I have SSLCipherSuite configured as High:Medium:!aNULL:!eNULL:+High:+Medium
Here I can understand to match or include the ciphers with triple DES (High) and 128 bit encryption (Medium) at start and then it ignores which are not authenticated and encrypted. Now the question is why there is again +High and +Medium when I already used at start. or is it a wrong configuration ? can this be configured as this ?
Please clarify , I could not get any of such examples.