florian-h05 / webrtc-sip-gw

A WebRTC-SIP gateway for AVM Fritz!Box based on Kamailio and rtpengine.
MIT License
18 stars 7 forks source link

Support using reverse proxy instead of internal TLS #3

Closed florian-h05 closed 1 year ago

florian-h05 commented 1 year ago

Adds support for using a reverse proxy like nginx instead of internal TLS for WebSocket Secure. Internal TLS can be disabled by setting the TLS_DISABLE environment variable to true.

florian-h05 commented 1 year ago

I have successfully tested this, therefore merging this as soon as the build succeeds.