As usual applications they connect well. But when I compiled the client with emscripten, I can't connect to the server.
In CXX_FLAGS I use "-s WEBSOCKET_URL=wss:// -s WEBSOCKET_SUBPROTOCOL='text'".
I built openssl in emscripten and link to it.
I generated a certificate and use it in both apps.
But in any case I get
```
sslv3 alert certificate unknown (SSL routines)
```
How should I use ssl in webasm? How should I use certificates? Did anybody do something like that?