[asterisk-bugs] [JIRA] (ASTERISK-27245) Access to AMI always raise a tls exception even if tls is disable

Asterisk Team (JIRA) noreply at issues.asterisk.org
Sat Sep 2 10:24:08 CDT 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238443#comment-238443 ] 

Asterisk Team commented on ASTERISK-27245:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> Access to AMI always raise a tls exception even if tls is disable
> -----------------------------------------------------------------
>
>                 Key: ASTERISK-27245
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27245
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 13.9.1
>         Environment: LEDE 17.01.2
>            Reporter: Fabio Masini
>
> Trying to access the manager with a simple telnet command:
> ```
> telnet 192.168.10.26 5038
> ```
> results in:
> ```
> Trying 192.168.10.26...
> Connected to 192.168.10.26.
> Escape character is '^]'.
> Connection closed by foreign host.
> ```
> and in the asterisk console this warning (verbosity is vvv):
> ```
> tcptls.c:684 handle_tcptls_connection: FILE * open failed!
> ```
> The error message is really, really, really cryptic, and the manager page is not working. I'm not enabling tls in manager, this is my conf:
> ```
> [general]
> enabled = yes
> webenabled = yes
> port = 5038
> bindaddr = 0.0.0.0
> [admin]
> secret = ****
> permit=0.0.0.0/0.0.0.0
> read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
> write = system,call,agent,user,config,command,reporting,originate,message
> ```



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list