[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #1 from Mark Thomas --- What value(s) will the IBM JRE accept there? As an aside, if you can provide a IBM JRE for Windows to test with (preferably 64-bit) to ma...@apache.org that would be great. -- You are receiving this ma

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #2 from Karl Freburger --- If the IBM JVM is configured for strict SP800-131a mode, the only acceptable value (currently) for the protocol would be "TLSv1.2". If strict SP800-131a mode is NOT on, many other values are acceptable

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #4 from Richard Watts --- looking at 7.0.56... it does not look like this made it into that release. Can someone comment? -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Karl Freburger changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #6 from Hariharan, R --- @Mark Thomas: I am able to see the bug fix in 7.0.56. @Karl Freburger: Can you mail a 64-bit IBM JRE for Windows to cloakcaval...@gmail.com? -- You are receiving this mail because: You are the assign

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Hariharan, R changed: What|Removed |Added CC||cloakcaval...@gmail.com -- You are

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #7 from Mark Thomas --- > Is there a way to get the sslProtocol attribute specified for the connector > in the server.xml? That has the value that should be used to create the > SSLContext. That is what is used. If you set sslP

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #9 from Konstantin Kolinko --- 1. If IllegalArgumentException is thrown from static{} block of a class, is it fatal for the class or not? If it were fatal, the static{} block should have try/catch for IllegalArgumentException.

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #10 from Konstantin Kolinko --- > 3. Is it possible to try several names in turn in > "SSLContext.getInstance("TLS");" such as "TLS", "TLSv1.1" and "TLSv1.2"? Other ideas: A) Use JSSESocketFactory.defaultProtocol field here and

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #11 from Mark Thomas --- (In reply to Konstantin Kolinko from comment #10) > > 3. Is it possible to try several names in turn in > > "SSLContext.getInstance("TLS");" such as "TLS", "TLSv1.1" and "TLSv1.2"? Workable but ugly and

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #12 from Mark Thomas --- Improved init code applied to 8.0.x for 8.0.15 onwards and to 7.0.x for 7.0.57 onwards. The original issue has not been addressed in 6.0.x so the improved init code hasn't been applied either. The refac

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #13 from Konstantin Kolinko --- Fixed in Tomcat 6 by r1639415. The fix will be in 6.0.43 onwards. -- You are receiving this mail because: You are the assignee for the bug. -