Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to verify TLS 1.2 for Integration endpoints? From the Browser I can see TLS 1.2 Connection secure.

Vaishnavi35
Tera Guru

Hi,

From my browser I can see that it is using TLS 1.2 

find_real_file.png

 

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.

find_real_file.png

I did not quite understand, where and what exactly I should run to verify if its using TLS 1.2?

Thanks,

Vaishnavi

1 ACCEPTED SOLUTION

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)

View solution in original post

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Hi @Vaishnavi 

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

Hi @Vaishnavi 

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

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)