]> git.ipfire.org Git - thirdparty/asterisk.git/commit
http: leverage 'bindaddr' for TLS in http.conf 43/3043/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:10:10 +0000 (08:10 -0500)
commit76516bd79d7d9c8cf51b2359c2741db29d5bc54f
treebe14d51d87e6513a336997701e944fe541f6426f
parent4d52b4c3e5fd726ee4006a1dcca082e778deb9a7
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