In the asterisk wiki instructions for Configuring Asterisk for WebRTC clients... https://wiki.asterisk.org/wiki/display/AST/Configuring+Asterisk+for+WebRTC+Clients "To communicate with websocket clients, Asterisk uses its built-in HTTP daemon. Configure /etc/asterisk/http.conf as follows: [general] enabled=yes bindaddr=0.0.0.0 bindport=8088 tlsenable=yes tlsbindaddr=0.0.0.0:8089 tlscertfile=<your_cert_file> tlsprivatekey=<your_key_file> tlscafile=<your_ca_cert_file>" What is the tlscafile setting? When I look at the http.conf samples it doesn't mention the tlscafile setting. I see there is a tlscafile setting in sip.conf, but I don't find this anywhere else. Is the wiki web page mistaken or is this an actual http.conf setting that is undocumented? Have a great day! Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20181207/2db1a087/attachment.html>
On Fri, Dec 7, 2018 at 9:11 AM Dan Cropp <dan at amtelco.com> wrote:> In the asterisk wiki instructions for Configuring Asterisk for WebRTC > clients… > > > > > https://wiki.asterisk.org/wiki/display/AST/Configuring+Asterisk+for+WebRTC+Clients > > > > “To communicate with websocket clients, Asterisk uses its built-in HTTP > daemon. Configure */etc/asterisk/http.conf* as follows: > > > > [general] > > enabled=yes > > bindaddr=0.0.0.0 > > bindport=8088 > > tlsenable=yes > > tlsbindaddr=0.0.0.0:8089 > > tlscertfile=<your_cert_file> > > tlsprivatekey=<your_key_file> > > tlscafile=<your_ca_cert_file>” > > > > What is the tlscafile setting? > > > > When I look at the http.conf samples it doesn’t mention the tlscafile > setting. > > I see there is a tlscafile setting in sip.conf, but I don’t find this > anywhere else. > > > > Is the wiki web page mistaken or is this an actual http.conf setting that > is undocumented? >The page is mistaken. It should not be there. the 'tlscafile' option is not supported by the Asterisk http server. I've removed it from the wiki. Thanks for catching that!> > > Have a great day! >You too!> Dan > -- >-- Kevin Harwell Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: https://digium.com & https://asterisk.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20181207/29c17895/attachment.html>
Hello, Reading this old thread, isn't there also an error in [1] as It also mentions a tlscafile setting. Cheers [1] https://wiki.asterisk.org/wiki/display/AST/Installing+and+Configuring+CyberMegaPhone Le ven. 7 déc. 2018 à 16:41, Kevin Harwell <kharwell at digium.com> a écrit :> On Fri, Dec 7, 2018 at 9:11 AM Dan Cropp <dan at amtelco.com> wrote: > >> In the asterisk wiki instructions for Configuring Asterisk for WebRTC >> clients… >> >> >> >> >> https://wiki.asterisk.org/wiki/display/AST/Configuring+Asterisk+for+WebRTC+Clients >> >> >> >> “To communicate with websocket clients, Asterisk uses its built-in HTTP >> daemon. Configure */etc/asterisk/http.conf* as follows: >> >> >> >> [general] >> >> enabled=yes >> >> bindaddr=0.0.0.0 >> >> bindport=8088 >> >> tlsenable=yes >> >> tlsbindaddr=0.0.0.0:8089 >> >> tlscertfile=<your_cert_file> >> >> tlsprivatekey=<your_key_file> >> >> tlscafile=<your_ca_cert_file>” >> >> >> >> What is the tlscafile setting? >> >> >> >> When I look at the http.conf samples it doesn’t mention the tlscafile >> setting. >> >> I see there is a tlscafile setting in sip.conf, but I don’t find this >> anywhere else. >> >> >> >> Is the wiki web page mistaken or is this an actual http.conf setting that >> is undocumented? >> > > The page is mistaken. It should not be there. the 'tlscafile' option is > not supported by the Asterisk http server. I've removed it from the wiki. > Thanks for catching that! > > >> >> >> Have a great day! >> > > You too! > > >> Dan >> -- >> > > -- > Kevin Harwell > Digium - A Sangoma Company | Senior Software Developer > 445 Jan Davis Drive NW - Huntsville, AL 35806 - US > Check us out at: https://digium.com & https://asterisk.org > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20191118/2e1dd432/attachment.html>