How to connect to WbLogic JMS queue using t3s via full client with two way SSL authentication? -
i have struggled on 1 several days now. using weblogic 11g (10.3.4.0) on windows (linux behaves same). have setup 2 way ssl authentication following details http://emo.sourceforge.net/cert-login-howto.html , http://middlewareforum.com/weblogic/?p=312 . used jmeter client following jvm parameters. standalone java client behaves same. -djavax.net.ssl.keystoretype=pkcs12 -djavax.net.ssl.truststoretype=jks -djavax.net.ssl.keystore=c:/users/sli/keys/browser.p12 -djavax.net.debug=ssl -djavax.net.ssl.keystorepassword=password-djavax.net.ssl.truststorepassword=changeit -dweblogic.security.ssl.ignorehostnameverification=true it works fine t3 thin client (wlthint3client.jar), not work when switch full client (wlfullclient.jar). 1 of applications somehow stuck full client. different problem own. btw, full client not full needs webserviceclient+ssl.jar , cryptoj.jar ssl. complains following @ client. javax.naming.communicationexception [root exception java.net.connectexception: ...