Hi,
When executing a process flow with an HTTP connector in it that does a POST request into IAM I get the following error:[err] Process action "connector_create_external_user_group" in process flow "create_external_user_in_iam" in application 97 threw an exception. (dedd009e) 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: Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure'. ---> System.ComponentModel.Win32Exception (0x80090326): The message received was unexpected or badly formatted. --- End of inner exception stack trace ---
The thing is that the same request / process flow works on our dev enviroment. This error occurs only in the test environment. Is it some kind of certificate issue?
Both the app services (dev and test) are running on .NET version ASP.NET v4.8 and TLS version 1.2. When making the same POST request authenticated as the pool user (same as in the process flow) in Postman, the request is handled with no problems.
Anyone has any kind of idea on where to look, not really familiar with this kind of stuff :)
Thanks!