Hello All,
I have a plugin in an online CRM environment which accesses the On-Premise webservice. Webservice authenticates the incoming request via a certificate and then allows further operations.
Webservice have a fully qualified name and doesn't use ip address for accessing it. Basically the plugin reads the certificate from Azure Key Vault and then passes on the certificate to webservice for authentication.
In doing so, I am getting an error "Could not establish secure channel for SSL/TLS with authority" and at webservice hosted end the log says "SSL handshake failed for TCP"
I am able to do same operations using a console application.
Any help would be much appreciated !!!
Regards,
Sachin