Configuring DIGEST auth for manager

2017-11-05 Thread Philippe Mouawad
Hello, I am having issues making Digest auth work in Tomcat 8.5.23 for manager application. I have done the following: 1) Edit server.xml and have set MessageDigestCredentialHandler with SHA-256 2) Generated password using: ./digest.sh -a *

Re: Configuring DIGEST auth for manager

2017-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Philippe, On 11/5/17 3:16 PM, Philippe Mouawad wrote: > Hello, I am having issues making Digest auth work in Tomcat 8.5.23 > for manager application. I'm curious... why bother with HTTP DIGEST authentication when TLS just so much better? > I have