-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.3.5
-
Component/s: None
-
None
Setting hostname verification with reflection breaks under JDK 7:
Caused by: java.lang.NoSuchMethodException: sun.security.ssl.SSLSocketImpl.trySetHostnameVerification(java.lang.String) at java.lang.Class.getMethod(Class.java:1622) at com.atlassian.crowd.directory.ssl.LdapHostnameVerificationSSLSocketFactory.makeUseLdapVerification(LdapHostnameVerificationSSLSocketFactory.java:80)
Change this to work using the JDK7 support for setting this through SSLParameters.
- blocks
-
CWD-2740 Support running Crowd under JDK 7
- Closed
- causes
-
JRASERVER-30634 Can't connect to LDAP over SSL when using Java 7
-
- Closed
-
- is related to
-
CWD-4182 Make SSLParameters changes directly, rather than through reflection
- Closed