How to disable certificate validation in outbound rest message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 11:06 PM
I tried to send an rest message to an url that start with https, but have no certificate. Because of that the response i get back from the logs is that the certificate of this url is not vaild because it doesn't exists.
Is there any why to disable the ssl certificate check like in postman?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 11:25 PM
Hi @Alon Grod ,
You can just export certificate from browser and then add it to "System Definition > Certificates".
Steps for your Browser:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0816002

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 11:56 PM
Hi @Alon Grod ,