Taverna 2

Java 6 on Snow Leopard uses "changeme" as the default password for the truststore. We only check for the old password "changeit".

Details

  • Familiarity:
    Totally familiar
  • Description:
    Hide

    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".

    Show
    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

Activity

Hide
Hudson Daemon added a comment - 2010-01-29 11:15

Integrated in net.sf.taverna.t2.security #416
reformatted

Show
Hudson Daemon added a comment - 2010-01-29 11:15 Integrated in net.sf.taverna.t2.security #416 reformatted
Hide
Stian Soiland-Reyes added a comment - 2010-01-29 14:26

Done - to be released as part of 2.1.1 patch. Also checks the empty string "" and the system property javax.net.ssl.trustStorePassword

Show
Stian Soiland-Reyes added a comment - 2010-01-29 14:26 Done - to be released as part of 2.1.1 patch. Also checks the empty string "" and the system property javax.net.ssl.trustStorePassword
Hide
Hudson Daemon added a comment - 2010-01-29 14:32

Integrated in net.sf.taverna.t2.security #417
T2-698 don't show master password dialogue if headless - instead check system property

Also tests the default certchain password 'changeit' (for OSX 10.6), "" and the system property javax.net.ssl.trustStorePassword

T2-1134 support duplicate MasterPasswordProviderSPIs - sort List using Collections.sort and a comparator instead.

Show
Hudson Daemon added a comment - 2010-01-29 14:32 Integrated in net.sf.taverna.t2.security #417 T2-698 don't show master password dialogue if headless - instead check system property Also tests the default certchain password 'changeit' (for OSX 10.6), "" and the system property javax.net.ssl.trustStorePassword T2-1134 support duplicate MasterPasswordProviderSPIs - sort List using Collections.sort and a comparator instead.
Hide
Hudson Daemon added a comment - 2010-02-04 16:08

Integrated in net.sf.taverna.t2.security #423
T2-698 T2- T2-1124 T2-1127 T2-1129 T2-1133 T2-1134 T2-1137 T2-1143 T2-1145 Updated version numbers to 1.0.1 instead of 1.0.1-SNAPSHOT
T2-698 T2- T2-1124 T2-1127 T2-1129 T2-1133 T2-1134 T2-1137 T2-1143 T2-1145 patches for 2.1.1

Show
Hudson Daemon added a comment - 2010-02-04 16:08 Integrated in net.sf.taverna.t2.security #423 T2-698 T2- T2-1124 T2-1127 T2-1129 T2-1133 T2-1134 T2-1137 T2-1143 T2-1145 Updated version numbers to 1.0.1 instead of 1.0.1-SNAPSHOT T2-698 T2- T2-1124 T2-1127 T2-1129 T2-1133 T2-1134 T2-1137 T2-1143 T2-1145 patches for 2.1.1
Hide
Alex Nenadic added a comment - 2010-02-08 15:14

This issue also affects the latest Java updates on OS 10.5 so OS X Leopard is also affected.

Show
Alex Nenadic added a comment - 2010-02-08 15:14 This issue also affects the latest Java updates on OS 10.5 so OS X Leopard is also affected.

People

Dates

  • Created:
    2010-01-08 17:16
    Updated:
    2010-03-23 15:12
    Resolved:
    2010-01-29 14:26