Hi All,
I'm correctly working on Hybrid cloud scenario. I have a few apps hosted in on-premise cloud foundry. I have created the app in asp.net core. The Cloud foundry is using self signed SSL. Since I'm developing microservices, I had to make HTTP calls to other service in the cloud. Hence I need a way to bypass SSL validation in Linux (I know it can be done in windows). I'm using System.Net.Http. Is there any solution available to resolve this issue?