OPENDJ-2936 display a user-friendly message when using startTLS against an LDAPS connection
| | |
| | | logger.traceException(e); |
| | | throw new LDAPConnectionException(LocalizableMessage.raw(e.getMessage()), e); |
| | | } |
| | | if (msg == null) |
| | | { |
| | | throw new LDAPConnectionException(ERR_STARTTLS_FAILED.get(), CLIENT_SIDE_CONNECT_ERROR, null); |
| | | } |
| | | ExtendedResponseProtocolOp res = msg.getExtendedResponseProtocolOp(); |
| | | resultCode = res.getResultCode(); |
| | | if(resultCode != SUCCESS) |
| | |
| | | Do you want to launch this process automatically at the end of the upgrade? |
| | | INFO_UPGRADE_TASK_UNABLE_TO_REMOVE_OLD_JARS_20029=Unable to determine whether the file system is case sensitive. \ |
| | | If the file system is case sensitive, then remove OpenDJ.jar and all OpenDJ_*.jar before starting the upgraded server. |
| | | ERR_STARTTLS_FAILED_20030=StartTLS failed: the connection has been closed without receiving a response. \ |
| | | This may indicate you tried to connect to an LDAPS port instead of the LDAP port, or that the network is down |
| | | |
| | | INFO_LDAP_CONN_PROMPT_SECURITY_LDAP=LDAP |
| | | INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL=LDAP with SSL |