opendj-server-legacy/src/main/java/org/opends/admin/ads/util/ApplicationTrustManager.java
@@ -364,7 +364,7 @@ try { DN dn = DN.valueOf(subjectX500Principal.getName()); String value = dn.rdn(dn.size() - 1).getFirstAVA().getAttributeValue().toString(); String value = dn.rdn().getFirstAVA().getAttributeValue().toString(); matches = hostMatch(value, host); if (!matches) {