Hi,
First post for a looooong time

I ran ssllabs.com against one of my SME8beta1 machines and it complained about 3 insecure ciphers.
Cipher Suites (sorted by strength; the server has no preference)
TLS_RSA_WITH_AES_128_CBC_SHA (0x2f) 128
TLS_DHE_RSA_WITH_AES_128_CBC_SHA (0x33) DH 1024 bits (p: 128, g: 1, Ys: 128) FS 128
TLS_DH_anon_WITH_AES_128_CBC_SHA (0x34) INSECURE 128
TLS_RSA_WITH_3DES_EDE_CBC_SHA (0xa) 168
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA (0x16) DH 1024 bits (p: 128, g: 1, Ys: 128) FS 168
TLS_DH_anon_WITH_3DES_EDE_CBC_SHA (0x1b) INSECURE 168
TLS_RSA_WITH_AES_256_CBC_SHA (0x35) 256
TLS_DHE_RSA_WITH_AES_256_CBC_SHA (0x39) DH 1024 bits (p: 128, g: 1, Ys: 128) FS 256
TLS_DH_anon_WITH_AES_256_CBC_SHA (0x3a) INSECURE 256
Two questions really:
1. Would it cause major problems to remove support for the three anon ciphers ?
2. If not, how would that be achieved please ?
Thanks