Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can Anyone please tell me which TLS version are used for ontap 8.2.x family & also how to check tls version?
Solved! See The Solution
1 ACCEPTED SOLUTION
Rinku02Bansal has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Version 8.2 supports TLS v1.0.
Version 9.0 added TLS v1.1 and v1.2 support.
3 REPLIES 3
Rinku02Bansal has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Version 8.2 supports TLS v1.0.
Version 9.0 added TLS v1.1 and v1.2 support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ontap version 8.2.5 also supports TLS versions 1.1 and 1.2.
Kenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The security scanning tool nmap has a scripting library as part of it.
There is a "ssl-enum-ciphers" script that ships in the standard nmap builds that tests a device for which TLS/SSL versions it supports, and which cipher suites it supports.
nmap --script ssl-enum-ciphers -p 443 1.2.3.4
Would help you understand both the versions and ciphers a web server supports
