specify multiple TLS-Ports?

A. Schulze sca at andreasschulze.de
Tue Mar 13 13:24:51 UTC 2018


Hello,

is it possible to configure unbound to listen on more then one port for TLS?

I tried:

server:
  access-control: 0.0.0.0/0 allow
  interface: 0.0.0.0

  tls-service-pem: "/path/to/fullchain"
  tls-service-key: "/path/to/privkey"

  interface: 0.0.0.0 at 853
  tls-port: 853

  interface: 0.0.0.0 at 443
  tls-port: 443


but then there is no TLS handshake possible on port 853, only on port 443
Removing 443, enable 853 again.

Andreas



More information about the Unbound-users mailing list