-
Bug
-
Resolution: Done
-
Major
-
7.7.2
-
None
-
Documentation (Ref Guide, User Guide, etc.)
-
Workaround Exists
-
The primary issue is the line:
<property name="keymanagementAlgorithm">false</property>
The cause of the error message is because "false" is not a known KeyManagerFactory Algorithm.
Suggestion is to comment out the property, and remove 'false' as the value.
The Admin Guild Example 3.3 Configuration.