[Bug 58275] TLS prefixed ciphers are discarded with IBM JRE

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58275 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58275] TLS prefixed ciphers are discarded with IBM JRE

2015-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58275 --- Comment #3 from Ajay Ponnappan --- Yes, if cipher suites are specified using SSL_xxx then it works perfectly. However, customers who are familiar with Oracle JRE are tend to specify TLS prefix:P. So is the need to address this issue I have

[Bug 58275] TLS prefixed ciphers are discarded with IBM JRE

2015-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58275 --- Comment #2 from Mark Thomas --- If the cipher suites are specified using the SSL_xxx form of the name rather than the TLS_xxx form does it work then? My current thinking is that we can detect if we are running on an IBM JVM and then add th

[Bug 58275] TLS prefixed ciphers are discarded with IBM JRE

2015-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58275 --- Comment #1 from Ajay Ponnappan --- FYI that I am working on IBM Integration Bus product and we have our customers finding difficulty in setting TLS prefixed ciphers. IBM Integration Bus internally uses tomcat for all its listeners. So is my