Friday, 16 January 2009

Two Way SSL in WebLogic

Here is a good article about setting up 2 way SSL in WLS, so I don't forget

Two Way SSL

Here is the JVM system property for outputting network debugging

-Djavax.net.debug=all

How to "ping" an SSL server

openssl s_client -connect www.b2b-onramp2.openreach.co.uk:9443

How to oveerride the keystore
-Djavax.net.ssl.trustStore=c:/tmp/keystore.dat -Djavax.net.ssl.trustStorePassword=store12345

No comments: