Is it possible to encrypt JDBC type data source calls from MID Server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 10:28 AM
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.
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.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2019 06:50 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2019 01:24 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 01:06 PM
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.