JDK-2151940 : Two 1.4.2 JNDI NONBLITS testcases fail: Unsupported ciphersuite SSL_RSA_WITH_RC4_128_MD5
  • Type: Backport
  • Backport of: JDK-6450310
  • Component: core-libs
  • Sub-Component: javax.naming
  • Priority: P2
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2007-08-20
  • Updated: 2013-02-20
  • Resolved: 2008-12-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other Other
1.4-poolResolved 1.4.2_13Fixed
Description
The same problem appear in 1.4.2_17 (old 16) b01:

Failed: java.lang.IllegalArgumentException: Unsupported ciphersuite SSL_RSA_WITH_RC4_128_MD5

    * ExtendedOpTests/StartTLS/index.html#CipherSuiteRead: index_CipherSuiteRead
    * ExtendedOpTests/StartTLS/index.html#ResetCipherSuiteRead: index_ResetCipherSuiteRead 

The tests pass with prev build. 

The solaris sparc and windows i586 bundles checked. The tests fail with both bundles. 


Comments
EVALUATION As now this fix is delivered 1.4.2_18-rev / 1.4.2_19. Not a defect in higher release or 1.4 pool.
10-12-2008

EVALUATION Again the wrong jsse.jar file (from jsse ws) was put into j2se caused this issue. Upon building jsse we should take the jsse.jar from gl dir while it was taken from 'jdk' dir.
27-08-2007