Fixed
Details
Assignee
Gaston DombiakGaston DombiakReporter
Gaston DombiakGaston DombiakComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Gaston Dombiak
Gaston DombiakReporter
Gaston Dombiak
Gaston DombiakComponents
Fix versions
Affects versions
Priority
Created August 5, 2006 at 4:38 AM
Updated August 5, 2006 at 4:38 AM
Resolved August 5, 2006 at 4:38 AM
When remote servers are using self-signed certificates or certificates with no certificate chain then Wildfire will just fail with a "null cert chain" error. Therefore, TLS will not succeed. Instead, if Wildfire is configured to not validate certificates, accept signed certificates or not validate certificate chains then we must indicate the SSLEngine that we just want (and not need) client authentication. Making this modification will instruct Java to accept certificates with no chain.