Solved

Possibility to disable validation(s) for a specific process flow


Userlevel 4
Badge +11

We use the HTTP connector to communicate with a API hosted by Swagger UI. Because this API services is running on the same server as our Indicium (IIS) we use a localhost URL.  

 

HTTP connector - URL

 

 

We receive the folowwing response:

⚠️ -1 - Unsuccessful (unknown) 

System.Net.WebException: The SSL connection could not be established, see inner exception.
---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch 

 

Is it possible to disable this validation (certificates check) for this specific process flow? 

icon

Best answer by Erwin Ekkel 4 May 2022, 16:00

View original

This topic has been closed for comments

2 replies

Userlevel 4
Badge +11

Zou het toevoegen van de extra input option "Use SSL” een mogelijke oplossing bieden zoals dit ook kan bij de FTP en SMTP connector? 

Use SSL Optional. Indicates whether SSL has to be used for the request.
Possible values:
Yes http_ssl_on
No (default) http_ssl_off
Userlevel 6
Badge +16

You can use http instead of https to indicate whether an SSL needs to be used. Also the error reported RemoteCertificateNameMismatch indicats the certificate the website uses is incorrect and has an incorrect url. So you could either correct the certificate or use http in the http connector.