Hi,
only IE encrypts credentionals, all other browsers sent your credentials in plain text since they didn't support ntlm....
It does not work this way. If the browser does not support Windows Authentication method (NTLM, NTLMv2, Kerberos -> set by server) its unable to display the web page. Using SSL does not make sense, since SSL will not be used in Windows Authentication at all.
You may enable more methods then one!
- like "basic authentication" (which sends the credentials in clear text)
- or "digest authentication" (which uses SSL)
- or Kentico classic login form web part (which uses plain text or SSL depending on the webpage settings)
- or anything that can be found in IIS Authentication section...
Best regards,
Ivana Tomanickova