I cannot seem to connect to Amazon Simple AD using an ldaps:// url (with the default port number 636). I am getting "Connection refused".
It works with the non-encrypted ldap:// (port 389).
Is there something I need to enable on the AD or VPC or Security Groups settings?
Motivation: I suppose plain LDAP may be secure enough, as it is going via VPC anyway, but the software attached to it (WSO2 Identity Server) seems to insist on LDAPS:
WARN {org.wso2.carbon.user.core.ldap.ActiveDirectoryUserStoreManager} - Connection to the Active Directory is not secure. Passowrd involved operations such as update credentials and adduser operations will fail
It seems like Amazon does not enable ldaps at all, these are the only ports mentioned which have to be open and ldap over ssl is not amongst them (neither for the normal or the global catalog):
(values taken from the admin guide)
In a comment published on a Amazon blog it is stated that