How to use HTTPS with Outbound Rest (disabling SSL verification)

vladk
Giga Contributor

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?

1 ACCEPTED SOLUTION

vladk
Giga Contributor

The solution was to export certificate in DER mode from browser and then add it to "System Definition > Certificates".


View solution in original post

3 REPLIES 3

vinitha3
Tera Guru

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


vinitha3
Tera Guru

To add on, I hope MID server is also UP and running.



Thanks,


Vinitha.K


vladk
Giga Contributor

The solution was to export certificate in DER mode from browser and then add it to "System Definition > Certificates".