Hello all,
we tried to troubleshoot the reason why our Check Point SmartConsole R81 never shows when there is an update available. We followed the following guide to find the issue:
Automatic updates for SmartConsole (checkpoint.com)
In C:\ProgramData\Check Point\SmartConsole R81.10 we found the mentioned .xml file:
<?xml version="1.0"?>
<UpdateStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<State>NoInfo</State>
<LastSuccessfulUpdate>0001-01-01T00:00:00</LastSuccessfulUpdate>
<LastUpdateCheck>2023-04-19T18:21:03.1995339+02:00</LastUpdateCheck>
<UpdateCheckError>FDT_ERROR</UpdateCheckError>
</UpdateStatus>
We are using a proxy to connect to the internet. The Check Points URLs are whitelisted and don't get intercepted. We did some tcpdumps and found the reason why the Smart Console is not getting a connection:
Our proxy is rejecting the TLS 1.0 connection (which is expected and correct). Why is SmartConsole using TLS1.0 and how can we change it to something like TLS1.2 upwards?
Any help is would be welcomed.
Best regards