fp7-ofelia / ocf

OFELIA Control Framework (OCF) is a set of software tools for testbed management.
http://fp7-ofelia.github.com/ocf/
Other
18 stars 14 forks source link

Regenerate SSL certificates of LDAPs in Expedient #7

Open msune opened 12 years ago

msune commented 12 years ago

Regenerate certs of and untrack the certificates there via ofver:

https://github.com/fp7-ofelia/ocf/tree/ofelia.stable/expedient/src/python/expedient/clearinghouse/ldap.ssl

lbergesio commented 12 years ago

LDAP is not using TLS. It should be probably be fixed y adding AUTH_LDAP_START_TLS = True to ldapSettings.py. But doing so it returns an unknown auhentication error (with original and new certificates in ldap.ssl folder.

msune commented 12 years ago

Added Agent as indeed VMs LDAP communication suffers from the same problem to encrypt their data using TLS, as pointed by Didier

lbergesio commented 12 years ago

Problem solved for v0.3. But there are still issues remaining regarding client authentication and clarify some detail for next release.

msune commented 12 years ago

leaving it as opened but unscheduled.