You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I intend to use nginx to reverse proxy coturn.
turns://:443 -- TLS --> Nginx (port 443, preread TLS) -- TLS + ProxyProtocol v2 --> Coturn
However, coturn's port does not support TLS, which limits the usability, and I have to:
turns://:4343 -- TLS --> Nginx (port 4343, decrypt TLS) -- ProxyProtocol v2 --> Coturn
Here, 443 cannot be used because coturn does not support TLS on proxy protocol port.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I intend to use nginx to reverse proxy coturn.
turns://:443 -- TLS --> Nginx (port 443, preread TLS) -- TLS + ProxyProtocol v2 --> Coturn
However, coturn's port does not support TLS, which limits the usability, and I have to:
turns://:4343 -- TLS --> Nginx (port 4343, decrypt TLS) -- ProxyProtocol v2 --> Coturn
Here, 443 cannot be used because coturn does not support TLS on proxy protocol port.
The text was updated successfully, but these errors were encountered: