openmeetings / openmeetings-docker

Docker image for OM
Apache License 2.0
110 stars 57 forks source link

Run openeemeetings without TSL #21

Closed noddy09 closed 4 years ago

noddy09 commented 4 years ago

I'm running multiple web-applications and all are managed by nginx. Since my other webapps don't have TLS on, and I have not configured SSL for my host (I don't want to it for time being). So my nginx server is not listening on 443 right now, then How can i proxy pass to openmeetnig port without TSL?

solomax commented 4 years ago

OM works on ports

  1. 5080 - insecure
  2. 5443 - secure

you can use insecure version but Camera/Microphone will be inaccessible