Skip to main content

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? 

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

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.