小编Eos*_*set的帖子

在osx上启动dotnet核心应用程序的问题

由于一些奇怪的原因,我无法在osx上启动任何mvc或webapp项目.

应用程序使用此输出按预期启动.

Using launch settings from /Users/erik/Development/DotNetProjects/Funka/Funka/Properties/launchSettings.json...
Hosting environment: Development
Content root path: /Users/erik/Development/DotNetProjects/Funka/Funka
Now listening on: https://localhost:5001
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down.
Run Code Online (Sandbox Code Playgroud)

当第一个请求传递给上面的任何地址时,我得到了这个堆栈跟踪,我无法弄清楚为什么因为项目刚刚创建,所以不对代码进行任何修改.

错误:

fail: Microsoft.AspNetCore.Server.Kestrel[0]
      Uncaught exception from the OnConnectionAsync method of an IConnectionAdapter.
System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+AppleCrypto+SslException: Internal error
   --- End of inner exception stack trace ---
   at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, ExceptionDispatchInfo exception)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at …
Run Code Online (Sandbox Code Playgroud)

.net model-view-controller core kestrel

1
推荐指数
1
解决办法
615
查看次数

标签 统计

.net ×1

core ×1

kestrel ×1

model-view-controller ×1