The RFC is now a feature, thanks Dave! Updating radio.root will give you the ability to add callbacks to the Radio firewall checks.
To get the behaviour I required I added a script to user.radio.callbacks.firewall called alwaysAuthenticate. The contents of this script was: on alwaysAuthenticate (pta)
pta^.radioResponder.flSameMachine = false
return false
This forces the user to be authenticated even if they are on the local machine. You'll need all the preferences for remote access to be turned on, and a username and password entered in those preferences.
With this change I can now use stunnel to access Radio remotely using SSL.
10:49:23 PM
|