We’re a school (1500+ students) that are migrating to use Rhino 5 in our computer labs. We have software that restricts what students can do on the machines, and part of those restrictions is to deny internet access to student machines. The way this is done (3rd party product) is to change the proxy in the registry to a non existent server.
Of course this then fouls up the Zoo server as the student machines can no longer access it to get license authority. We were hoping that the zoo server used it’s own tcpip port but as 80 was chosen everything goes through http processing. In internet explorer we can enter the proxy and exception for our zoo server and then it works. Unfortunately this isn’t an option as IE is a restricted program on student machines.
We’ve written a program to modify the registry Settings directly (ProxyOverride, DefaultConnectionSettings, etc) and after that we do have access to the zoo server machine through both Firefox and IE, but Rhino still fails. In fact, I can see from an Analysis with Process Monitor that Rhino doesn’t even attempt to do a TCPIP_connect to the zoo server (I do see it with no proxy enabled).
What else do we need to set up to get the connection to proceed?
Thx