Hi All, I had an itch, the itch was that I could get a better "score" on the SSL LABS test with IIS 7.5 than I could with HAProxy terminating SSL
With ciphers RC4:HIGH:!aNULL:!MD5 I would get Certificate 100 Protocol Support 90 Key Exchange 80 Cipher Strength 90 With IIS I could get Certificate 100 Protocol Support 90 Key Exchange 90 Cipher Strength 90 After much use of Google I have now changed to ciphers RC4-SHA:AES128-SHA:AES256-SHA and get Certificate 100 Protocol Support 90 Key Exchange 90 Cipher Strength 90 However I wonder if anyone else can either improve on the score, or keep the same score while improving the number of Cipher Suites. Cheers Arne

