zoukankan      html  css  js  c++  java
  • Tye exception

    An unhandled exception occurred while processing the request.

    AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot

    System.Net.Security.SslStream.SendAuthResetSignal(ProtocolToken message, ExceptionDispatchInfo exception)

    HttpRequestException: The SSL connection could not be established, see inner exception.

    System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(bool async, Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)

    solution:

    The only thing I can think of is regenerating the dotnet dev certs. Can you try running

    dotnet dev-certs https --clean
    dotnet dev-certs https
    dotnet dev-certs https --trust
    

    Besides that, I'm not sure; I'd need to investigate this via repro'ing it. Putting this on the 0.2 milestone.

  • 相关阅读:
    Callable的Future模式
    并发队列
    并发工具类和线程池
    安全与死锁问题
    ConcurrentHashMap底层实现
    Map集合常见面试题
    List集合框架
    类加载器
    Activiti中个人任务分配
    流程定义
  • 原文地址:https://www.cnblogs.com/cloudsu/p/14630901.html
Copyright © 2011-2022 走看看