Replies: 1 comment
-
The easiest solution would be to change your aspnetcore app server to not require or use SSL on your dev machine. I suspect that the other option is to run the aspnetcore app server project in the debugger so Visual Studio asks you to accept and add the test SSL cert as a trusted cert. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry,I am relatively new to Csla.net I have a windows app using NET 5 and an app server but when I run my windows app I am getting the following exceptions
1)HttpRequestException: The SSL connection could not be established, see inner exception.
2)AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot
I have followed the exact guide as per ProjectTracker Windows App.Is there something I am missing.
Your help will be much appreciated
Beta Was this translation helpful? Give feedback.
All reactions