Невозможно настроить конечную точку HTTPS. Сертификат сервера не был указан, и сертификат разработчика по умолчанию не мC#

Место общения программистов C#
Ответить
Anonymous
 Невозможно настроить конечную точку HTTPS. Сертификат сервера не был указан, и сертификат разработчика по умолчанию не м

Сообщение Anonymous »

Использование < /strong>:

macos 11.5.1

rider 2021.1.4

.net sdk 5.0.300 Commit 2e0c8c940e

microsoft.aspnetcore.app 5.0.6

microsoft.aspnetcore.app.app 5.0.6

microsoft.aspnetcore.app.app 5.0.6

microsoft.aspnetcore.app.app.app.app.app. 5.0.6
Запуск немодифицированного прогноза погоды шаблон
Сертификат не найден. Несмотря на то, что Райдер сказал мне, что он был успешно настроен.% dotnet dev-certs https --clean
Cleaning HTTPS development certificates from the machine. This operation might require elevated privileges. If that is the case, a prompt for credentials will be displayed.
HTTPS development certificates successfully removed from the machine.
% dotnet dev-certs https --check
No valid certificate found.
% dotnet dev-certs https
The HTTPS developer certificate was generated successfully.
% dotnet dev-certs https --trust
Trusting the HTTPS development certificate was requested. If the certificate is not already trusted we will run the following command:
'sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain '
This command might prompt you for your password to install the certificate on the system keychain.
The HTTPS developer certificate was generated successfully.
% dotnet dev-certs https --check
No valid certificate found.


После этого у меня есть проверенная система и вход в локальный сертификаты в ключевой матче, но приложение по -прежнему сбивается с исключением
System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
To generate a developer certificate run 'dotnet dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions, Action`1 configureOptions)
at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context)
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
Unhandled exception. System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.


Подробнее здесь: https://stackoverflow.com/questions/686 ... ed-and-the
Ответить

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

Вернуться в «C#»