I have a server that hosts several java applets, and I want to force authentication to get to them. Right now I have NTLM enabled and it works. When I disable NTLM and enable Negotiate (SPNEGO), Java 6 client will get stuck at "Server returned HTTP response code: 401", and the applet will not start. I tried using Java 7 and it will work.
I'm forced to use Java 6, because the applets are not designed for Java 7. Do I have to do anything to enable Kerberos authentication on Java 6?
Thanks