- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2021 01:45 AM
I have an action in flow designer which accepts links as inputs to extract certain details.
This used to work fine until a week ago and no changes have been made to the action in anyway, but now when it runs the following error is shown:
Request not sent to uri= https://web.sba.gov/pro-net/search/dsp_profile.cfm?requesttimeout=60&duns=125132048 : org.apache.commons.httpclient.HttpException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
The link provided as input for the REST call for that particular case was:
https://web.sba.gov/pro-net/search/dsp_profile.cfm?requesttimeout=60&duns=125132048
The image attached to this post shows the REST Body used. The particular link is passed as Base URL.
Can someone please help me with this issue?
Thank you so much in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2021 06:32 AM
Actually I found this article very helpful and was able to get my integrations up and running.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0867397
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2021 05:57 AM
I am getting the same error on other integrations. Did you get this resolved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2021 04:40 AM
My issues was with the website that I was passing, it had certain outdated HTTP functionalities. Once it was updated by the website owners the problem was fixed automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2021 06:32 AM
Actually I found this article very helpful and was able to get my integrations up and running.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0867397