Hello everyone.
I recently came up with 2 things and havent been able to find something.
The first one:
Is backup exec 2012 able to take backup of an SQL database with field encryption?
The second:
We run a Nesus scan and it returned some vulnerabilities the one we want to fix if possible is the following
20007 - SSL Version 2 (v2) Protocol Detection
Synopsis
The remote service encrypts traffic using a protocol with known weaknesses.
Description
The remote service accepts connections encrypted using SSL 2.0, which reportedly suffers from several cryptographic
flaws and has been deprecated for several years. An attacker may be able to exploit these issues to conduct man-inthe-middle attacks or decrypt communications between the affected service and clients.
See Also
http://www.schneier.com/paper-ssl.pdf
http://support.microsoft.com/kb/187498
http://www.linux4beginners.info/node/disable-sslv2
Solution
Consult the application's documentation to disable SSL 2.0 and use SSL 3.0, TLS 1.0, or higher instead.
Risk Factor
Medium
CVSS Base Score
5.0 (CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N)
References
CVE CVE-2005-2969
Plugin Information:
Publication date: 2005/10/12, Modification date: 2013/01/25
Ports
tcp/50106
Any solution on how to use SSL 3.0 (or TLS 1.0) instead of SLL 2.0 ?
Thank you