hi,

I tried to invoke an mutually authenticated rule service by the following
code.

 System.setProperty("javax.net.ssl.trustStore",
"client/conf/wso2carbon.jks");
            System.setProperty("javax.net.ssl.trustStorePassword",
"wso2carbon");

            System.setProperty("javax.net.ssl.keyStore",
"client/conf/wso2carbon.jks");
            System.setProperty("javax.net.ssl.keyStorePassword",
"wso2carbon");

            PriceCalculatorServiceStub stub = new
PriceCalculatorServiceStub("
https://localhost:9443/services/PriceCalculatorService";);

this works with wso2brs-1.1.0 but not with the current trunk.

I only changed the <parameter name="clientAuth">true</parameter>
parameter in mgt-transports.xml.

thanks,
Amila.
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to