<div dir="ltr"><div>Hi David, your problem is very likely to be ACLs, please view <a href="https://freeswitch.org/confluence/pages/viewpage.action?pageId=3965687">https://freeswitch.org/confluence/pages/viewpage.action?pageId=3965687</a></div><div><br></div><div>you need to setup acls.</div><div><br></div><div>regards,</div><div>Kaleem</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><br></div><div dir="ltr" class="gmail_attr">On Wed, Jun 10, 2020 at 1:28 PM <<a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send FreeSWITCH-users mailing list submissions to<br>
        <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:freeswitch-users-request@lists.freeswitch.org" target="_blank">freeswitch-users-request@lists.freeswitch.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:freeswitch-users-owner@lists.freeswitch.org" target="_blank">freeswitch-users-owner@lists.freeswitch.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of FreeSWITCH-users digest..."<br>
Today's Topics:<br>
<br>
   1. -32000 authentication required after upgrading    to v1.10.2<br>
      from 1.8 (David P)<br>
   2. Re: -32000 authentication required after  upgrading to v1.10.2<br>
      from 1.8 (David P)<br>
<br><br><br>---------- Forwarded message ----------<br>From: David P <<a href="mailto:davidswalkabout@gmail.com" target="_blank">davidswalkabout@gmail.com</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>Cc: <br>Bcc: <br>Date: Tue, 9 Jun 2020 11:33:28 -0700<br>Subject: [Freeswitch-users] -32000 authentication required after upgrading to v1.10.2 from 1.8<br><div dir="ltr">We've tried upgrading FS v1.8 to 1.10.2 on Debian 9. This is a big change because FS folders are no longer under /etc/freeswitch/ but we think we've adjusted all our config to be compatible.<div><br></div><div>Still, attempted calls immediately fail and the log shows only "-32000 authentication required" with log level at max.</div><div><br></div><div>FWIW,</div><div>1) We were using apache2 to reverse-proxy '/wss2' to <span style="color:rgb(23,43,77);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:14px;letter-spacing:-0.07px;white-space:pre-wrap">:8082</span> but that led to:</div><div><span style="color:rgb(23,43,77);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,Consolas,Courier,monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(244,245,247)">jquery.jsonrpcclient.js:323 WebSocket connection to 'wss://<a href="http://example.com/wss2" target="_blank">example.com/wss2</a>' failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR</span><br></div>so we changed our verto page to go straight to :8082, but that didn't fix it.<div><br></div><div>2) Our config folder structure is:</div><div><span style="color:rgb(23,43,77);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,Consolas,Courier,monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(244,245,247)">  prefix:          /usr/local/freeswitch
  exec_prefix:     /usr/local/freeswitch
  bindir:          ${exec_prefix}/bin
  confdir:         /usr/local/freeswitch/conf
  libdir:          ${exec_prefix}/lib
  datadir:         /usr/local/freeswitch
  localstatedir:   /usr/local/freeswitch
  includedir:      /usr/local/freeswitch/include/freeswitch

  certsdir:        /usr/local/freeswitch/certs
  dbdir:           /usr/local/freeswitch/db
  grammardir:      /usr/local/freeswitch/grammar
  htdocsdir:       /usr/local/freeswitch/htdocs
  fontsdir:        /usr/local/freeswitch/fonts
  logfiledir:      /usr/local/freeswitch/log
  modulesdir:      /usr/local/freeswitch/mod
  pkgconfigdir:    ${exec_prefix}/lib/pkgconfig
  recordingsdir:   /usr/local/freeswitch/recordings
  imagesdir:       /usr/local/freeswitch/images
  runtimedir:      /usr/local/freeswitch/run
  scriptdir:       /usr/local/freeswitch/scripts
  soundsdir:       /usr/local/freeswitch/sounds
  storagedir:      /usr/local/freeswitch/storage
  cachedir:        /usr/local/freeswitch/cache</span> </div><div><br></div><div>Can I provide any other detail to get help with this upgrade? <br></div></div>
<br><br><br>---------- Forwarded message ----------<br>From: David P <<a href="mailto:davidswalkabout@gmail.com" target="_blank">davidswalkabout@gmail.com</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>Cc: <br>Bcc: <br>Date: Tue, 9 Jun 2020 11:34:38 -0700<br>Subject: Re: [Freeswitch-users] -32000 authentication required after upgrading to v1.10.2 from 1.8<br><div dir="ltr"><div dir="ltr">We've also made sure that our certs are constructed in the same way that we've done for v1.8</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 9, 2020 at 11:33 AM David P <<a href="mailto:davidswalkabout@gmail.com" target="_blank">davidswalkabout@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">We've tried upgrading FS v1.8 to 1.10.2 on Debian 9. This is a big change because FS folders are no longer under /etc/freeswitch/ but we think we've adjusted all our config to be compatible.<div><br></div><div>Still, attempted calls immediately fail and the log shows only "-32000 authentication required" with log level at max.</div><div><br></div><div>FWIW,</div><div>1) We were using apache2 to reverse-proxy '/wss2' to <span style="color:rgb(23,43,77);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:14px;letter-spacing:-0.07px;white-space:pre-wrap">:8082</span> but that led to:</div><div><span style="color:rgb(23,43,77);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,Consolas,Courier,monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(244,245,247)">jquery.jsonrpcclient.js:323 WebSocket connection to 'wss://<a href="http://example.com/wss2" target="_blank">example.com/wss2</a>' failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR</span><br></div>so we changed our verto page to go straight to :8082, but that didn't fix it.<div><br></div><div>2) Our config folder structure is:</div><div><span style="color:rgb(23,43,77);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,Consolas,Courier,monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(244,245,247)">  prefix:          /usr/local/freeswitch
  exec_prefix:     /usr/local/freeswitch
  bindir:          ${exec_prefix}/bin
  confdir:         /usr/local/freeswitch/conf
  libdir:          ${exec_prefix}/lib
  datadir:         /usr/local/freeswitch
  localstatedir:   /usr/local/freeswitch
  includedir:      /usr/local/freeswitch/include/freeswitch

  certsdir:        /usr/local/freeswitch/certs
  dbdir:           /usr/local/freeswitch/db
  grammardir:      /usr/local/freeswitch/grammar
  htdocsdir:       /usr/local/freeswitch/htdocs
  fontsdir:        /usr/local/freeswitch/fonts
  logfiledir:      /usr/local/freeswitch/log
  modulesdir:      /usr/local/freeswitch/mod
  pkgconfigdir:    ${exec_prefix}/lib/pkgconfig
  recordingsdir:   /usr/local/freeswitch/recordings
  imagesdir:       /usr/local/freeswitch/images
  runtimedir:      /usr/local/freeswitch/run
  scriptdir:       /usr/local/freeswitch/scripts
  soundsdir:       /usr/local/freeswitch/sounds
  storagedir:      /usr/local/freeswitch/storage
  cachedir:        /usr/local/freeswitch/cache</span> </div><div><br></div><div>Can I provide any other detail to get help with this upgrade? <br></div></div>
</blockquote></div></div>
_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" rel="noreferrer" target="_blank">https://signalwire.com</a><br>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community" rel="noreferrer" target="_blank">https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div></div>