<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p>Hi Franck,</p>
    <p>I don't know about freeswitch, but here is the configuration that
      works using nginx to read wss and forward it to kamailio. I think
      this can be quite similar with freeswitch.</p>
    <pre>    location /softphone/ws {
        proxy_http_version        1.1;
        proxy_set_header        Upgrade $http_upgrade;
        proxy_set_header        Connection "Upgrade";
        proxy_read_timeout        1d;

        proxy_pass <a class="moz-txt-link-freetext" href="http://kamailio_domain_name:4443">http://kamailio_domain_name:4443</a>;
    }</pre>
    <p></p>
    <pre class="moz-signature" cols="72">Alexis
</pre>
    <div class="moz-cite-prefix">Le 07/09/2022 à 07:55, Kakiman Expert a
      écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:CAEuGUX4jgNmd+Ao5cW_2QxhFUwtQGVm8xWgyvkY6UvYrf0HQOw@mail.gmail.com">
      
      <div dir="ltr">hello
        <div><br>
        </div>
        <div>does anybody has experience using nging as wss to ws proxy
          ?</div>
        <div>(usage of nginx to decrypt wss and then forward ws to
          FreeSWITCH)</div>
        <div><br>
        </div>
        <div>thanks</div>
        <div>franck</div>
      </div>
    </blockquote>
  </body>
</html>