Symptoms:
- Root authentication works on SSH, logging into VMware Appliance management (VAMI) using the root account and its password fails on Appliance Management page (port 5480) of VCSA 6.7.x.
- You see the error:
Unable to Login
- This error is observed only in VCSA 6.7.
- In the applmgmt log file at /var/log/vmware/applmgmt/applmgmt.log , you see entries similar to:
File /usr/lib/vmware-vapi/lib/python/vapi_runtime-2.100.0-py2.py3-none-any.whl/vmware/vapi/security/user_password.py", line 89, in _get_username_password_from_auth_header username, password = user_password_str.split(':')
ValueError: too many values to unpack (expected 2)
2018-08-24T19:25:30.716 [2399]INFO:twisted:"127.0.0.1" - - [24/Aug/2018:19:25:29 +0000] "POST /rest/com/vmware/cis/session HTTP/1.0" 500 187 "https://x.x.x.x:5480/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36"
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.