Hi,
Yes, the file is "/usr/lib/applmgmt/lib/extensions/py/vmware/appliance/extensions/authentication/authentication_sso.py"
In my case, It is in the line: 755 and next... In the version 6.5u1g still there is this error
755 # verify digest
756 digest_method = self.xpath(
757 '//ds:DigestMethod', reference, expect=1)[0].get('Algorithm')
758 #digest_value = self.xpath(
759 # '//ds:DigestValue', reference, expect=1)[0].text
760 digest_value = str(self.xpath(
761 '//ds:DigestValue', reference, expect=1)[0].text).replace('\r', '').replace('\n', '')
Regards