- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 05:51 AM
Hi,
From my browser I can see that it is using TLS 1.2
How to check if your MID Server and integrations are compliant with the TLS 1.2 requirement as per t... - I found this article to check Integration endpoint.
I did not quite understand, where and what exactly I should run to verify if its using TLS 1.2?
Thanks,
Vaishnavi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 10:26 AM
https://support.servicenow.com/kb?id=kb_article_view_popup&sysparm_article=KB1064710
support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0746078
These two Articles are provided to me by ServiceNow Team. The commands are to be run by Administrators to confirm (Host Manchines)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 08:13 PM
Hi
to configure your MID server for using TLS 1.2 you have to force disabling weaker algorithms.
See https://docs.servicenow.com/bundle/sandiego-platform-administration/page/administer/security/referen... for the instruction
And if you want to be sure that the MID server is really using TLS 1.2 you have to do the following step:
- Edit the file: [midserver path]/agent/conf/wrapper.conf
- Add the line below into the file and save the file.
wrapper.java.additional.53=-Djavax.net.debug=ssl,handshake -
Restart the MID Server.
-
Confirm if you can view additional debug logging written to the file: [midserver path]/agent/logs/wrapper.log
-
Review the file wrapper.log for any requests having lower versions of TLS
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 06:25 PM
Hi
In case you think I was able to answer your question, I would be happy if you mark the appropriate response as "correct" so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what you are still missing.
Many thanks & kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 10:26 AM
https://support.servicenow.com/kb?id=kb_article_view_popup&sysparm_article=KB1064710
support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0746078
These two Articles are provided to me by ServiceNow Team. The commands are to be run by Administrators to confirm (Host Manchines)