DSEE 6.0 (JES5): Disable SSLv2

Hi,I found that SSLV2 is enabled by default in DSEE 6.0. I am using JES5 outof the box. What is the exact command to disable it.Thanks,Vivek
[168 byte] By [Vivek.Gupta.eToucha] at [2007-11-27 10:06:53]
# 1

I believe SSL2 is actually off by default.

See:

http://docs.sun.com/app/docs/doc/819-0986/6n3chgltn?a=view

If it's on in your case, LDIF to disable it:

dn: cn=encryption,cn=config

changetype: modify

replace: nsSSL2

nsSSL2: off

-

Then, restart your server.

gtholberta at 2007-7-13 0:43:20 > top of Java-index,Web & Directory Servers,Directory Servers...