Hi team, i am having trouble establishing mutual ssl connection with a weblogic server. i am using a modified version of AuthSSLProtocolSocketFactory.java for establishing the mutual ssl connection.
i have configured a seperate protocol channel to be listening at 7024 and this port is configured for two-way-ssl and client authentication too. whenever i try to connect to this port, the server is throwing *<Warning> <Security> <BEA-090508> <Certificate chain received from <host> - <ip> was incomplete.>, *and the connection is not established. i am using certificates that i generated using MS Certificate Authority that i have set up. When trying to connect to this port using a browser certificate, the server responds fine. But, when i tried ran the program using the browser certificate(after exporting the same), i get the same error that i have shown above. Has anyone come across this strange problem. Comments are greatly welcome. Thanks and regards, Karthik
