We are connecting to a windows server using KERBEROS TGT for authentication, but the server returns 500 as it is set to AllowUnEncrypted=false . It works fine if NTLM auth scheme is used and from the logs it is visible that the message body is getting encrypted over HTTP. However, the same is not happening for KERBEROS. Message body is not getting encrypted over HTTP. Could you please help us implement the encryption over HTTP using KERBEROS ? Using below dependency in our maven project
We are connecting to a windows server using KERBEROS TGT for authentication, but the server returns 500 as it is set to
AllowUnEncrypted=false
. It works fine if NTLM auth scheme is used and from the logs it is visible that the message body is getting encrypted over HTTP. However, the same is not happening for KERBEROS. Message body is not getting encrypted over HTTP. Could you please help us implement the encryption over HTTP using KERBEROS ? Using below dependency in our maven project