Replies: 1 comment 1 reply
-
|
Hi @sveni2211 sorry for the delay in getting back to you, you should be able to load the certificate yourself using I'm applying a fix now that uses a default for these values and will update NuGet accordingly. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi.
I have a TCP server with a self signed certificate in a project running. This works on .NET 4.8.
Now i try to switch it to .NET8 (also tried 10) to use it on linux, too. But with the same code and the same certificate i get an error. I don't understand this. The error message itself does not explain something: Authentication failed, see inner exception. The inner exception is localized, in original it's "Beim Verarbeiten des Zertifikats ist ein unbekannter Fehler aufgetreten." (means, there is a unknown error on processing certificate). Because it's localized i think it's from windows system or .NET itself.
I think the problem comes from the SSLStream class. But i have no idea to resolve it. Any sugestions?
Beta Was this translation helpful? Give feedback.
All reactions