Hello, One think I would like to add that you also need to import the server's PUBLIC key, not only the CA certificate. I found some help here http://confluence.atlassian.com/display/JIRA/Connecting+to+SSL+services since Jira also uses Java. I used the command
openssl s_client -connect my.ldap.server.com:636 to get the key and then I imported that into my keystore. That did the trick. -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
