Is there any way to disable ssl webservice integration for testing?

I am performing integration tests in sandbox with an internal system through web services.
Within the VA I was able to perform the GET using curl, passing the --insecure parameter.

I cannot find this parameter in the webservice http operation configuration.

Hi @raibom . Please provide additional details about your setup, as well as any error messages you are receiving.

Hello @amahlemohlokonya

When I try via console, the following error appears:

image

Hi @raibom,

I don’t think you have an option like curl command running with insecure parameter when the request is going via IDN ->VA → Webservices.

Other option is you get a http url from the webservices app team as you are mentioning it’s a sandbox and non production environments.

I dug deeper into the problem. I noticed that when the test connection is made, the request also sends a Content-Type: application/json header, even though no header is configured in the request.

It turns out that the application does not accept this header because it is just a get to list users.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.