You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a simple WatsonWsServer and set the ssl bool to true but how do i specify the ssl certificate to use under debian (since there is no netsh command available)?
The text was updated successfully, but these errors were encountered:
Hi @Einhornyordle I unfortunately don't have a good example for you. I'd suggest looking into ways of binding HttpListener with a certificate in either Mono or .NET Core Linux environments. The links I'm seeing don't look too promising in terms of native SSL support with HttpListener (which WatsonWebsocket is based on). For example:
karelz commented on Oct 22, 2018 •
@martin-frydl I think we're running in circles here.
.NET Core does not support SSL in HttpListener on Linux. Using Reflection to hack-enable features is unsupported and we want to DISCOURAGE anyone from doing that. Fixing bugs on such code paths proactively is encouragement and goes against our goals. Hence, the priority is extremely low. We did not close the issue right away just because it will be needed one day for full SSL support in HttpListener on Linux (#19752).
I created a simple WatsonWsServer and set the ssl bool to true but how do i specify the ssl certificate to use under debian (since there is no netsh command available)?
The text was updated successfully, but these errors were encountered: