- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 03:13 AM
Hello.
I have a business rule that sends GET request to the endpoint. The only thing is that I cannot use https with ServiceNow. And my endpoint requires https.
How I can do that?
My steps are:
1. Created entity in 'Outbound REST'
2. Created GET method with my endpoint like so: https://<myendpoint>
3. When I test or when I create RestMessageV2, I had 500.
In Postman I disabled SSL verification to get it done. In Google Chrome I just entered endpoint and everything was fine.
Certificate info:
RapidSSL 256, GeoTrust, *.endpoint.tld
So, I guess, I need to disable SSL verification somehow in ServiceNow. Any ideas?
Solved! Go to Solution.
- 4,881 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 04:52 AM
The solution was to export certificate in DER mode from browser and then add it to "System Definition > Certificates".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 03:22 AM
Hi,
I have used https:// for initiating the vRealize orchestrator workflow.
This is the link : https://virtualviking.net/2015/06/15/using-servicenow-as-a-front-end-for-vrealize-automation/
Just for an idea.
Thanks,
Vinitha.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 03:23 AM
To add on, I hope MID server is also UP and running.
Thanks,
Vinitha.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 04:52 AM
The solution was to export certificate in DER mode from browser and then add it to "System Definition > Certificates".