dotnet / WatsonWebserver

Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
MIT License
403 stars 83 forks source link

Placeholder issue for Linux support for SSL and HttpListener #91

Open jchristn opened 2 years ago

jchristn commented 2 years ago

SSL on Linux will not currently work. See https://github.com/dotnet/runtime/issues/19752

Workaround is to use nginx as a proxy to handle SSL and leave your code as non-SSL.

jchristn commented 2 years ago

Refer to this discussion

ToshiroZ commented 2 years ago

https://github.com/dotnet/platform-compat/issues/88

jchristn commented 2 years ago

An alternative that doesn't rely on HttpListener is also another project I have: https://github.com/jchristn/httpserverlite