Disable SSL in DS 5.2

I'm trying to get TLS working with DS 5.2P4. I installed a cert in the server then made the mistake of turning on SSL between the server and the console. I am now unable to access the server via the console.

Does anyone know where in the config I can disable the requirement for SSL between the console and the server? Also, any pointers in getting TLS working would be appreciated.

Regards

-Bob

[422 byte] By [mithril] at [2007-11-26 10:50:01]
# 1

This LDIF will do the equivalent of un-checking the "Use SSL in server console" checkbox in the directory server console. You'll need to fill in the "< >"s with values for your site, then import the LDIF as cn=directory manager.

dn: cn=<DirectoryInstanceValue>,cn=sun one directory server,cn=server group,cn=<FullMachineNameValue>,ou=<AdminDomainValue>,o=NetscapeRoo t

changetype: modify

replace: nsServerSecurity

nsServerSecurity: off

gtholbert at 2007-7-7 3:02:34 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Thanks, not real intuitive is it ;)-Bob
mithril at 2007-7-7 3:02:34 > top of Java-index,Web & Directory Servers,Directory Servers...