dir.by  
  Search  
Programming, development, testing
.NET Core Web API (Protocol-based Web Service HTTP)
Error "Your connection isn’t private. Attackers might be trying to steal your information from (for example, passwords, messages, or credit cards). NET::ERR_CERT_INVALID" | .NET Core Web API application to C#
  Looked at 2686 times    
 Error "Your connection isn’t private. Attackers might be trying to steal your information from (for example, passwords, messages, or credit cards). NET::ERR_CERT_INVALID" | .NET Core Web API application to C# 
last updated: 16 October 2024
Run the project in Visual Studio on the computer Windows
Click on the menu: DebugStart Without Debugging
And an error appeared:
Solution 1 Allow not valid certificate for localhost
Open Google Chrome and enter chrome://flags
В поиске введем Allow invalid certificates for resources loaded from localhost и нажмем Enabled
Вот так:
 
Everything was done.
Now you need to close the Google Chrome browser.
Solution 2 Creating a local certificate for port 7284 in my case
 
Right-click on the Windows icon:


 
Now click on Power Shell (admin):
 
Let's run the command:
  Command Prompt (Win Console)  
cd 'C:\Program Files\IIS Express'
 
Here's how it goes:
create a local certificate for the port in my case 7284
 
  Command Prompt (Win Console)  
.\IisExpressAdminCmd.exe setupsslUrl -url:https://localhost:7284 -UseSelfSigned

 
Here's how it goes:
 
Everything was done.
Now you need to close the Google Chrome browser or restart your computer.
 
← Previous topic
What's the difference (which is better to use) WCF or Web API ?
 
Next topic →
Error "HTTP Error 500.31 - Failed to load ASP.NET Core runtime" | I run .NET Core Web API the application on C#
 
Your feedback ... Comments ...
   
Your Name
Your comment (www links can only be added by a logged-in user)

  Объявления  
  Объявления  
 
Create a new .NET Core Web API application on C#
Docker
Docker для .NET Core API приложения
Azure (Web service) для .Net Core 5.0 приложения
Создаем Azure Web service с типом Net Core 5. То есть создаем пустой web server с типом Net Core 5
Приложение .Net Core 5 Web Api делаем publish в → Azure | используем Visual Studio 2019
Orleans
Добавляем Orleans Silo в .NET Core Web Api приложении
Orleans dashboard
Orleans in Docker
PostMan
Download the program PostMan (to send data to the app Web API)
PostMan send data in the format json for the application Web API
PostMan error: Could not get any response. SSL certificate
Дополнительные темы, вопросы
Date request format in the .NET Core 5.0 Web API
What's the difference (which is better to use) WCF or Web API ?
Ошибки
Error "Your connection isn’t private. Attackers might be trying to steal your information from (for example, passwords, messages, or credit cards). NET::ERR_CERT_INVALID" | .NET Core Web API application to C#
Error "HTTP Error 500.31 - Failed to load ASP.NET Core runtime" | I run .NET Core Web API the application on C#
Error "Unable to connect to web server ... The web server is no longer running." | I run .NET Core Web API the application on C#
WWW sites to explore Web API
Books to study Web API

  Ваши вопросы присылайте по почте: info@dir.by  
Яндекс.Метрика