Is it possible to encrypt JDBC type data source calls from MID Server?

sivrajb
Kilo Expert

From the documentation, it says:

Note: JDBC calls from the MID Server are never encrypted. Limit the rights available to the MID Server user whenever making JDBC calls from a MID server.

JDBC type data source

Is there a way to make the JDBC calls encrypted? Is there a specific why it is never encrypted by default?

Full context: We are planning to have a scheduled data import using a JDBC type data source thru a dedicated MID Server, but at the same time, we want to make the connection encrypted from ServiceNow/MID Server to the database where we want to pull the information.

3 REPLIES 3

nagsahi
Tera Expert

Hi Sivrajb,

Did you found out the solution for how to make encryption for jdbc connections.

If you got solution please let me know. thank you

No unfortunately. Even in the Madrid docs, it still says it cannot be encrypted. So I guess that is unchangeable at the moment

 

Note: JDBC calls from the MID Server are never encrypted. Limit the rights available to the MID Server user whenever making JDBC calls from a MID server.

 

https://docs.servicenow.com/bundle/madrid-platform-administration/page/administer/import-sets/reference/r_JDBCTypeDataSource.html

Bump. If anyone knows of a way to do this, please pipe in since it's been a while. I'm required to look into this for my org as well now.