- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2020 06:51 PM
I need a big help on this integration since the log is not enough to troubleshooting. How do I collect detailed log or maybe do steps to make sure what's the part of integration is getting any trouble. I have done the same steps in the Postman and everything is working good, Servicenow requires different mechanism?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 11:17 AM
Folks, case was solved this morning!
I engaged Ansible team and also network team from customer side. The issue was in the Firewall rule that's why the connection was getting refused. I appreciate a lot for all insights and value comments in this post!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2020 03:56 AM
After going through the doc again, I realized I missed the certificate details. You could use Keytool to add cert and key in a keystore using following command:
pkcs12 -export -out cert.pkcs12 -in cert.pem -inkey certkey.pem
Output will be cert.pkcs12, load this into certificate record and select type as pkcs12 like this:
After this follow the steps I told you before. This should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2020 05:57 AM
file generated successfully and imported on Servicenow as a keystore, but yet getting not authorized.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2020 06:30 PM
Strange! ok so is it possible to include Ansible support team for this issue? Just to double check the steps because I think it has to do with the certificate and they havent mentioned anything about passing the certificate information. Also you can join slack community and throw this question there as well - https://sndevs.slack.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2020 10:33 PM
Hi Antonio,
Please find below community answers for your question:-
https://hi.service-now.com/kb_view.do?sysparm_article=KB0720934
Thanks
Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2020 02:22 AM
Santosh,
Thanks a lot for your reply, I already have looked all of them, as I have mentioned in my last post, I am following the Ansible documentation and from Postman it is ok. Do you know if in Servicenow has a particular configuration, maybe an incorrectly certificate is occurring this error.