| Summary: | jacorb.properties cannot turn off verifying server's certficate in a client | ||
|---|---|---|---|
| Product: | JacORB | Reporter: | Terry Xie <txie> |
| Component: | SSL/IIOP | Assignee: | Gerald Brose <gerald.brose> |
| Status: | REOPENED --- | ||
| Severity: | major | CC: | jacorb |
| Priority: | P2 | ||
| Version: | 2.3.0 | ||
| Hardware: | Other | ||
| OS: | other | ||
|
Description
Terry Xie
2008-01-16 20:01:35 UTC
This bug needs bug 820 to fix first since the configuration properties are read incorrectly as non-hex. I think this is fixed in CVS - please retest and reopen if required. Using NoProtection = 1 still doesn't work on the client. There is an handshake exception: org.omg.CORBA.COMM_FAILURE: IOException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found vmcid: 0x0 minor code: 0 completed: No This workaround is still needed: jacorb.security.ssl.client.trust_manager=com.incognito.NoTrustManager Jacorb 3.3 stable release Can you please supply the configuration you are using (ideally a test case) ? |