'Bad Request This combination of host and port requires TLS.' issue calling springboot app running as azure container app
Hi
Im facing 'Bad Request This combination of host and port requires TLS.' issue calling a springboot application deployed as azure container app. This springboot application is running on https and ssl enabled.
The container app has ingress enabled. Im using container app url(https) Ito hit the end point hosted on the springboot application. Looks like though the springboot app runs on https, calls to container app are routed as http resulting in TLS error.
Ex container endpoint;- https://abcservicecnt.bforest-xyz.westus3.azurecontainerapps.io/my-end-point
Any help would be appreciated. Thanks.