Web Request - 3rd Party API

  • 12 July 2017
  • 2 replies
  • 17 views

Userlevel 3
Badge +8

All,

Nintex/SharePoint 2013 on prem

Outside of Nintex I can manually format a url to query a 3rd party url to receive a token for futher api work.

When I use a web request action either post or get I keep receiving the following error message:

"Error performing web request. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."

For the web request action I'm using a farm account for authenticationI've looked in CA>Security>Manage Trust as per other posts. There is no 3rd party certificate for the above. There shouldn't be. Do I need one ? Not sure why as outside of Nintex workflow it works without me knowing the certificate.

Thanks


Andrew


2 replies

Userlevel 6
Badge +16

I'd try the following:

1) Try to get the response on a Nintex Form 

2) Try to build my Proxy Web Service. So the call will be WebRequest Action >>> your ProxyWS >>> your 3rdpartyWS

Userlevel 3
Badge +8

Maybe a little out of my skill set, yet lets have a go at something.

Reply