TLS and HTTPS

Encryption support in Exposr.

Coming Soon
TLS and HTTPS support are planned features and are not available in Exposr v0.4.

Current state

Exposr v0.4 transmits all data as plain TCP. There is no TLS encryption on any channel:

  • Control channel (port 9000) — unencrypted
  • Data channel (port 9001) — unencrypted
  • Public ports — unencrypted
Warning
Do not transmit sensitive data through Exposr tunnels without your own encryption layer (e.g., the tunneled application itself using HTTPS).

Planned support

Future versions plan to add:

  • TLS encryption on the control channel
  • TLS encryption on data connections
  • HTTPS termination at the relay server
  • Automatic certificate management