--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In the kms log was a certificate error and with a New one it works.
The Problem is that netstat show 8443 and 8888 AS open, but 8443 didn't respond to telnet(8888 dies respond).
With WS it didn't works in chrome with a remote server. You need wss .
Maybe someone could change the reaktion from kms it possible so that it didn't shiw open the secure port in netstat if the SSL cert got issues.
The current hello world JS example also referes to wss in port 8443,but kms didn't serve 8433 by default.
I need to enable it in the config and generate a certificate.
It would be nice if someone could at a note for starters like me that the example didn't works with default config.