- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Disable TLS1.0 Chekcpoint R80.40
- 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
Disable TLS1.0 Chekcpoint R80.40
Hello,
I am looking to block TLS1.0 in my Checkpoint Gateway R80.40.. i followed the following article
my query is that under point 6 it says:
6. Disable the use of SSLv3 and TLS1.0 for Gaia Portal. To do this make the changes below in the same file:
from:
SSLProtocol -ALL {ifcmp = $httpd:ssl3_enabled 1}+{else}-{endif}SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2
To:
SSLProtocol -ALL {ifcmp = $httpd:ssl3_enabled 1}+{else}-{endif}SSLv3 +TLSv1.1 +TLSv1.2
but here SSLv3 is mentioned in the bottom line.. can someone please explain this.. Thanks..
Also, if i follow the following KB and make the changes via Smartconsole.. is it one and the same thing or do i need to do the changes in SmartConsole as well as Gateways.
Thanks
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to do both.
You’ll notice that a plus or minus is basically enclosed in an if statement.
Unless you’ve enabled SSLv3 using ssl3_enabled in the configuration, it will result in a minus which means no SSLv3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to do both.
You’ll notice that a plus or minus is basically enclosed in an if statement.
Unless you’ve enabled SSLv3 using ssl3_enabled in the configuration, it will result in a minus which means no SSLv3.
