Thanks, I was getting the error... > Key version number for principal in key table is incorrect Apparently, when generating the keytab, specifying the kvno number does not work. It must auto increment regardless of what you specify. I generated and uploaded a new keytab, and the 500 errors are gone. The certificate also works, its showing the correct username under getClientPrincipalName I just need to figure out why its trying to login to the server using the TMs principle name, rather then the client. Cheers
... View more