Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.2
-
Component/s: Engine - Security and Credential Manager
-
Labels:None
-
Familiarity:Totally familiar
Description
Java 6 on Snow Leopard uses "changeme" as the default password for the truststore. We only check for the old password "changeit" when loading the trusted certificates that come by default with Java. This causes the password dialog to pop-up asking Show Leopard users to enter their Java truststore password (where actually they have not changed the default one) and they should enter "changeme". Otherwise, Taverna will fail to load the trusted certs from Java.
See http://kb.juniper.net/index?page=content&id=KB16134&actp=LIST
So the solution is that we should try both "changeit" and "changeme".
Issue Links
| Duplicate | |||
|---|---|---|---|
|
|
|
||
Integrated in
net.sf.taverna.t2.security #416
reformatted