- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 04:44 PM
I got following notification form ServiceNow:
Beginning with the Now Platform® Utah release planned for March 2023, ServiceNow MID Server offering will no longer support TLS 1.1 or below.
TLS 1.2 and newer protocols will not be impacted, and no action is needed. However, if you utilize TLS 1.1 or below, please take a moment to review the below.
How do we know which version of TLS is being used?
Thank you.
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 06:23 PM
Open ServiceNow page.
If using Chrome, press the F12 key.
Select the "Security" tab and look for TLS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 06:24 AM
I have put it on a couple of my Mid-Servers. it does show the TLS version.
I feel that it has limited value because it does not tell you the offending device.
Also the roll out is painful since you have to modify each mid-server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2023 08:30 AM - edited ‎10-02-2023 08:30 AM
I turned it on. To find the TLS version, run this command afterwards
cat /servicenow/<server name>/agent/logs/wrapper.log | grep "server version"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 10:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 06:31 PM
At a first glance, cmdb_ci_certificate has the version, if that's the right value and that record has a relationship to the device is on so I'd think it's a CMDB query to tie the two together to report to what you are looking for...