I have a window dotnet application which is used a websocket server. We could connect to the websocket server using WS:// protocol. I want to enable WSS:// protocol as well.
I am aware that we need to create self signed certificate, but where to install and configure the certificate for my window app and how to enable SSL/TLS for a window app?
Could you please help how to enable WSS protocol. Thanks in advance.