how to fix this error coming in REST call org.apache.commons.httpclient.HttpException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

Navaneeth1
Tera Guru

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!

1 ACCEPTED SOLUTION

kevintwitty
Tera Expert

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

View solution in original post

3 REPLIES 3

kevintwitty
Tera Expert

I am getting the same error on other integrations.  Did you get this resolved?

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.

kevintwitty
Tera Expert

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