Is it possible to set Razor to have no encryption?
You could make a uoclient.cfg with a seperate port that uses the encryption setting of none.
Example: In the 096/97 distros, the pol.cfg listener port entry was removed and in a package is a uoclient.cfg containing
Code:
Listener 2.0.0
{
#
# Enabled mostly for development purposes
# Will be removed when distro goes final
Port 5002
Encryption 2.0.0
}
Listener None
{
Port 5003
Encryption none
}