ÇÖZÜLDÜ: ( .NET CORE Hata ) The remote certificate is invalid according to the validation procedure. The SSL connection could not be established, see inner exception.

.NET CORE Hata: The remote certificate is invalid according to the validation procedure. The SSL connection could not be established, see inner exception. Çözüm: Abdullah YAZICI Localde ssl sertifikası hatası almamızdan kaynaklı bir sorun. Localde ssl sertifikası bağlantımızı değiştirdik. Sunucuya atarken tekrar güncelleme yapacağız. Hata veren kod: UzmanlikAlanlariApiService.cs launchsettings.json Çözüm için yaptığımız değişiklik(resimli) UzmanlikAlanlariApiService.cs ssl sertifikası bağlantımızı değiştirdik. launchsettings.json çözüm için yaptığımız değişiklik(kodlar): UzmanlikAlanlariApiService.cs public UzmanlikAlanlariApiService(HttpClient httpClient, IHttpContextAccessor httpContextAccessor) { _httpcontextAccessor = httpContextAccessor; _httpClient = httpClient; //_httpClient.BaseAddress = new...