Question

FSM on Azure self-signed certificate

  • 19 May 2023
  • 3 replies
  • 49 views

Userlevel 2
Badge +7

Hello, how do you setup a fsm appservice with selfsigned certificate?


3 replies

Userlevel 6
Badge +23

Hi Charalampos,

you can either upload a self-signed certificate through the Installer or through the Azure Portal directly.

 


However, it’s recommended to use a certificate procured by a public certificate authority to avoid any issues while running the application, e.g. Integrations.

Best regards
Roman​​​​​

Userlevel 2
Badge +7

Hi Roman,

 

what about calling for integration an external API that uses selfsigned certificate ? we are getting the below half of the times through azure

 

Timestamp: 2023-05-19T15:55:13.8598180+00:00
Message: Error at HTTPExtractHandler.postFile. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
 System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
 

Userlevel 6
Badge +23

Hi Charalampos,

did you try to import the self-signed certificate into the public key store of the App Service under “Certificates” in Azure Portal?
 


Best regards
Roman​​​​​​​

Reply