-
Notifications
You must be signed in to change notification settings - Fork 976
Open
Labels
2. developingWork in progressWork in progressenhancementNew feature or requestNew feature or request
Milestone
Description
Steps to reproduce
- the lack of TLS support in aio-talk should be viewed as a security vulnerability
Expected behavior
- TLS should be supported
Actual behavior
- no TLS is supported
Other information
/conf $ cat eturnal.yml
eturnal:
listen:
- ip: "::"
port: 3478
transport: udp
- ip: "::"
port: 3478
transport: tcp
log_dir: stdout
log_level: warning
eturnal supports tls endpoint, there is a (commented out) example at https://github.com/processone/eturnal/blob/1.12.2/config/eturnal.yml
#-
# ip: "::"
# port: 5349
# transport: tls
## TLS certificate/key files (must be readable by 'eturnal' user!):
#tls_crt_file: /etc/eturnal/tls/crt.pem
#tls_key_file: /etc/eturnal/tls/key.pem
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
2. developingWork in progressWork in progressenhancementNew feature or requestNew feature or request