Closed GoogleCodeExporter closed 9 years ago
Fixed in SVN. Will be available in 3.2.5.7
Original comment by mom040...@gmail.com
on 18 Mar 2015 at 7:16
The recommended data storage is the 'keys', the plain passwords are not
recommended in the database. So as the workaround, the keys can be used.
Original comment by mom040...@gmail.com
on 18 Mar 2015 at 7:17
I've tried same experiments with version 3.2.5.7 which source was retrieved
with 'svn checkout http://rfc5766-turn-server.googlecode.com/svn/branches/v3.2/
rfc5766-turn-server-read-only', but there seems something wrong with reading
configuration file.
Specifically, when i start turnserver the outputs were as followings:
Expected output:
$ sudo turnserver -v -c examples/etc/turnserver.conf // Version Citrix-3.2.5.3 'Marshal West'
...
0: Redis DB sync connection success: ip=192.168.100.50
...
Actual output:
$ sudo bin/turnserver -v -c examples/etc/turnserver.conf // Version Citrix-3.2.5.7 'Marshal West'
...
0: Bad configuration format: redis-userdb
Original comment by iwase.yo...@gmail.com
on 19 Mar 2015 at 2:46
FYI,
Not only configuration file but also command like this
$ sudo bin/turnserver -v -a -r "example.com" -f -n -N "ip=192.168.100.50"
doesn't work.
Original comment by iwase.yo...@gmail.com
on 19 Mar 2015 at 4:25
Try to do a clean fresh build on freshly taken code source tree.
I tested it everywhere and it works fine.
Original comment by mom040...@gmail.com
on 19 Mar 2015 at 5:40
I tested your commands, and I tested our test scripts together:
./turndb/testredisdbsetup.sh
./examples/scripts/longtermsecuredb/secure_relay_with_db_redis.sh
./examples/scripts/peer.sh
./examples/scripts/longtermsecure/secure_udp_client.sh
So I guess something is wrong in your compilation process or in your setup.
Original comment by mom040...@gmail.com
on 19 Mar 2015 at 5:46
Okay, thanks for testing!
I'll make a clean build and test them.
Original comment by iwase.yo...@gmail.com
on 19 Mar 2015 at 5:48
After recompiling source code, everything works fine!
The resaon is that I forgot to install libhiredis-dev.
Sorry to bother and I'm really appreciated you for quick response. :D
---
$ turnutils_uclient -u sampleuser -w pass 127.0.0.1
0: Total connect time is 0
...
Original comment by iwase.yo...@gmail.com
on 19 Mar 2015 at 7:02
Fixed in 3.2.5.7
Original comment by mom040...@gmail.com
on 29 Mar 2015 at 8:00
Original issue reported on code.google.com by
iwase.yo...@gmail.com
on 18 Mar 2015 at 7:12