In CCS Apache Tomcat, encryption of 'manager' password using delivered digest.sh script is not working.
Once password is encrypted, unable to logon to the manager app.
Release 15.0
MD5 algorithm is specified in Tomcat Manager configuration, however many browsers (ie: Chrome) will choose SHA-256.
Because Chrome is choosing SHA-256 and the digested password in Tomcat is MD5, this will cause a failed login.
<login-config>
<auth-method>DIGEST</auth-method>
<realm-name>{realm}</realm-name>
</login-config>
/digest.sh -s 0 -a sha-256 -e ISO8859-1 password