]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix TLS port binding behavior as well as reload behavior:
authorMark Michelson <mmichelson@digium.com>
Thu, 2 Feb 2012 18:48:05 +0000 (18:48 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 2 Feb 2012 18:48:05 +0000 (18:48 +0000)
commitb504a707f58e524477f64bfd3db3f13a53673f19
tree9ddc7da46e1852846d22abc198da4f55d0d87083
parent320aef8b8661a7a675691ab4504dccb353c11ea3
Fix TLS port binding behavior as well as reload behavior:

* Removes references to tlsbindport from http.conf.sample and manager.conf.sample
* Properly bind to port specified in tlsbindaddr, using the default port if specified.
* On a reload, properly close socket if the service has been disabled.

A note has been added to UPGRADE.txt to indicate how ports must be set for TLS.

(closes issue ASTERISK-16959)
reported by Olaf Holthausen

(closes issue ASTERISK-19201)
reported by Chris Mylonas

(closes issue ASTERISK-19204)
reported by Chris Mylonas

Review: https://reviewboard.asterisk.org/r/1709
........

Merged revisions 353770 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@353820 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/http.conf.sample
configs/manager.conf.sample
include/asterisk/manager.h
main/http.c
main/manager.c