< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
It will only try to compile reTurn after compiling everything else, so
you should probably already have a working build of repro
I just made more changes over the weekend, the SSL support is working
now, so you should be able to configure something like this:
Transport3Interface = 192.168.1.10:443
Transport3Type = WSS
Transport3RecordRouteUri = auto
Transport3TlsDomain = my-host.example.org
Transport3TlsClientVerification = None
Transport3RecordRouteUri = sip:my-host.example.org;transport=WSS
I tested from SIPml5
The above can successfully REGISTER even when running in a browser on a
network that only allows external access via a proxy (with HTTP CONNECT
for port 443 only)
>> --with-ssl is essential for WebSockets (although the secured websocketYour build command looks fine, my last test was done with this:
>> support is a bit broken, it will be fixed shortly though)
>>
>
> Yes:
>
> autoreconf --install
> ./configure --with-ssl
> make -j8
./configure --with-ssl --with-c-ares --prefix=/opt/resip-ws