Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlezoo.cfg
server.1=FQDN1:port:port
server.2=FQDN2:port:port
server.3=FQDN3:port:port

Note:-

It is recommended to set JVM flag (Optional)

Code Block
titleSystem property
javax.security.auth.useSubjectCredsOnly=false

http://docs.oracle.com/javase/7/docs/technotes/guides/security/jgss/tutorials/Troubleshooting.html

http://docs.oracle.com/javase/7/docs/technotes/guides/security/jgss/tutorials/BasicClientServer.html 

DIGEST-MD5 based authentication

...