Azure Container Apps: Connection terminated Error on Accessing my application

Manish Vishnoï 21 Reputation points
2024-02-19T12:31:46.5+00:00

Hello Guys, I am getting following error when trying to access my application with ingress URL :- "upstream connect error or disconnect/reset before headers. retried and the latest reset reason: connection termination" My applications is properly running on port 8090 inside the container. I am not sure why i am getting this connection termination error, is it because my application is using self signed certificate ? Is it the SSL handshake issue between Envoy proxy and my application's HTTPS endpoint ? If yes, what is the way to make Envoy proxy trust my application's self signed certificate ? Thanks in advance for you support !

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
419 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,421 Reputation points
    2024-02-26T06:03:54.05+00:00

    @Manish Vishnoï Thanks for reaching and apology for the inconvenience due to this issue. As per the error it looks like you are facing an issue with the SSL handshake between Envoy proxy and your application's HTTPS endpoint. The error message you are seeing is usually related to the connection between the proxy and the backend service.

    One possible reason for this error could be that Envoy proxy is not able to trust your application's self-signed certificate. To make Envoy proxy trust your application's self-signed certificate, you can add the certificate to the trusted CA list of the proxy.

    In case if you are still facing the issue or resolved the issue then please let me know so we can assist you further or it could be of benefit for other community members facing the similar issue.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.