- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: TLS version
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TLS version
Hi All,
I have disabled tls v1 and v1.1 from my firewalls , but during a recent pen test it found an issue "Insecure SSL/TLS Protocols - LOW - External".
I have used show ssl tls enabled command and can see only tls v1.2 is enabled.
Can you help with some other commands to check further or what could cause this issue to pop up during pen test ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You disabled via CLI? Maybe also check sk154532 depending on the port / service reported by the scan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
\m/_(>_<)_\m/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you see what you have here in global properties in smart console?
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might need to disable some ciphers even though TLS 1.2 is the only thing enabled; we had something similar happen with our pen test.
sk126613 - Cipher configuration tool 'cipher_util' for Security Gateways
We "passed" using this configuration:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And you can test it, one-by-one too 🙂
openssl s_client -cipher 'ECDHE-ECDSA-AES256-SHA' -connect secureurl:443
\m/_(>_<)_\m/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just tried with google.com, super useful command!
Andy
