Call On Prem Web Application(ASP.Net Web APIs) from Azure environment(.Net Core Web APIs, Azure Function Apps)

Mac Jai 0 Reputation points
2024-05-29T13:23:03.68+00:00

Hi All,

We are creating REST endpoint with help of ASP.Net core Web API, while working on some feature we have to consume endpoint(APIs) which already hosted and running on prem windows server, so we plan to reuse with all security concerns.

  1. New certificate created and installed on on-prem, SSL certificate integrated in on-prem hosted APIs,
  2. Upload the certificate into azure key-vault
  3. Read the certificate from Azure key-vault
  4. Use certificate in Http-Client request header to consume on-prem APIs

"We got SSL connection could not be established "

Any suggestions on implement.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,567 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
314 questions
{count} votes