Could not establish trust relationship for the SSL/TLS secure channel with authority 'webservicename.hostname.int:9443'.
Ankit Jain
0
Reputation points
- We have an azure web app, where we have hosted the web API(OS:Linux). One of the api is trying to access the web service. Given below deatils:
- Web service - "webservicename.hostname.int:9443"
- Hosted - On-prem windows server IIS
- VNet - Integrated with default subnet.
- Issue - when we call the web service via hosted web app, it is retuning response as 400 Error: Bad Request - "Could not establish trust relationship for the SSL/TLS secure channel with authority 'webservicename.hostname.int:9443'."
- The SSL trust certificate is a public .cer, which has been uploaded to web app > certificate.
- Now the issue is it is not always responding 400, sometime it is giving 200 OK. But most of the time, it is throwing 400 SSL issue
- Question is why it is behaving on and off response? and How to resolve this issue.
- See attached screenshot: Cipher logs.
Sign in to answer