We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Error trying to set up data source via HTTPS - com.glide.db.impex.datasource.DataSourceException: java.io.IOException:

nicholar
Kilo Contributor

Hi All,

Perhaps someone can provide some insight/guidance on HTTPS data sources. I've been attempting to set up a HTTPS data source to pull user data from a third party source into our ServiceNow instance using a REST API call.

My configuration looks as follows:

find_real_file.png

When ever I try to test load the data I get this error:

 

find_real_file.png

 

When I user a browser to call the api it comes back with the json data just fine. Am I missing something obvious here?

 

3 REPLIES 3

Pascal15
Tera Contributor

Maybe this should help with your problem except you already found another solution:


https://hi.service-now.com/kb_view.do?sysparm_article=KB0639281 and
https://hi.service-now.com/kb_view.do?sysparm_article=KB0639261

Diego42
Kilo Explorer

Did anybody solve this one? Following both Knowledge Base article doesn't solve this. Even though in theory it should be, it still throwing the same issue.

 

@nicholar How did you solve this issue? Thanks

nicholar
Kilo Contributor

No unfortunately I was not able to resolve this issue. We ended up just going with direct database connection for this project instead of using the REST APIs