ramakrishnach04 / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-ldap: connection strategies broken for LDAPS #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The change to enforce hostname verification for all LDAPS connections broke 
non-default connection strategies.
The same JNDI environment is provided after a connection failure and since that 
environment has a SocketFactory associated with it, a new hostname verifier is 
not configured.
This causes hostname verification failures on all subsequent connections.

See https://issues.shibboleth.net/jira/browse/SIDP-542

Original issue reported on code.google.com by dfis...@gmail.com on 22 May 2012 at 3:57

GoogleCodeExporter commented 8 years ago
Fixed in r2397.

Original comment by dfis...@gmail.com on 23 May 2012 at 8:05