Does openvidu have a docker image that supports https

Does openvidu have a docker image that supports https

Yes we have.

For development purposes all the tutorials in openvidu.io use a docker image to develop locally your own OpenVidu applications:

docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.15.0

Also you can deploy OpenVidu for production in AWS very easily or using on premises instructions:

I hope this helps
Best Regards,
Carlos

1 Like