Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Not A Bug
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.3.0 RC
-
Component/s: Engine - Security and Credential Manager
-
Labels:None
-
Familiarity:Totally familiar
Description
The first time Taverna is started, Credential Manager tries to copy all certificates from Java's truststore into Cred. Manager's truststore and it tries the standard Java trustore's password "changeit". If it does not work then it means that the user has changed their Java truststore's password and it pops up a dialog asking for it so it can perform the copying. However, we do not want any dialogs popping up if Taverna is running headlessly so we should check for this before popping up a dialog.

Check if this still happens