Hello,
"Weak Supported SSL Ciphers Suites - The remote host supports the use of SSL
ciphers that offer either weak encryption or no encryption at all."
This vulnerability is caused by the server accepting the use of weaker
encryption methods than the recommended 128-bit encryption. To ensure your
server only supports the highest level of encrypted communications, you must
disable supporting weaker encryption types through the system's registry.
This is a simple registry edit that is applied to resolve the vulnerability.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SecurityProviders\SCHANNEL\Ciphers\DES
56/56]
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SecurityProviders\SCHANNEL\Ciphers\RC2
40/128]
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SecurityProviders\SCHANNEL\Ciphers\RC4
40/128]
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SecurityProviders\SCHANNEL\Ciphers\RC4
56/128]
"Enabled"=dword:00000000
Hope this helps!
-Brock
"InputIO" <> wrote in message
news

524CD71-1EE4-495B-ABEB-...
> Hi guys,
>
> it's possibe that on server where not installed IIS or start a HTTPSSL
> service that exist any vulnerability about :
>
> "SSL Weak Cipher Suites Supported" ?
>
> A consultant tell my that have make a scan on system and found this
> problem ; if it's possible how i can fix it ?
>
> Thanks in advance.
>