1

Does the option "-Dsun.security.ssl.allowUnsafeRenegotiation=true" work in IBM's JVM that ships with WebSphere 7

dat
  • 11
  • 1
  • 2

1 Answers1

1

No. What would work is

com.ibm.jsse2.renegotiate=none

But even this option works only after you install the actualy fixes for the renegotiating vulnerabilities. The level with the required fixes is SR6.

erloewe
  • 1,319
  • 9
  • 20