So it appears with the advent of ASP.NET Core 2.1, Kestrel now automatically creates an HTTPS endpoint along side the HTTP one, and default project templates are setup to redirect from HTTP to HTTPS (
stackoverflow.com
localhost'ta SSL hiç kullanmadım. İlk hata da sertifika hatası gibi duruyor onun için HTTP'ye çevirmenizi önermiştim.
ASP.NET ile proje oluşturup başlattığınızda size SSL seritifikasını yüklemesi gerekiyor. Demek ki reddetmişsiniz bu yüzden sisteminiz SSL sağlayıcısını tanımıyor.
Bu videodan yararlanarak aktifleştirebilirsiniz: Video
So it appears with the advent of ASP.NET Core 2.1, Kestrel now automatically creates an HTTPS endpoint along side the HTTP one, and default project templates are setup to redirect from HTTP to HTTPS (
stackoverflow.com
localhost'ta SSL hiç kullanmadım. İlk hata da sertifika hatası gibi duruyor onun için HTTP'ye çevirmenizi önermiştim.
443xx portundan bağlanmak için SSL gerekiyor. Proje başlatıldığında 2 URL olur. Birisinde SSL kullanılır ve portu 443XX şeklinde olur diğerinde SSL yoktur ve herhangi bir port olabilir.