]> git.ipfire.org Git - thirdparty/asterisk.git/commit
http: leverage 'bindaddr' for TLS in http.conf 42/3042/1
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 20 Jun 2016 13:05:09 +0000 (15:05 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Mon, 20 Jun 2016 13:09:35 +0000 (08:09 -0500)
commit0c693374055f59db2d64ff4717f69c5140233df0
tree0f6fe50712e72e4bd0a1d090aca5867459a3efb7
parent673fa4431e2c5d056ba0d76d05748af10fdbd5f9
http: leverage 'bindaddr' for TLS in http.conf

The internal HTTP/WebSocket server supports both TCP and TLS, which can be
activated separately via the file http.conf. The source code intends to re-use
the TCP parameter 'bindaddr' for TLS, even if 'tlsbindaddr' is not specified
explicitly. This did not work because of a typo. This change resolves this typo.

ASTERISK-26126 #close

Change-Id: I5efb0409ae12044dfb3495b6b97b6d40a8c9c51f
main/http.c