Ron Sigal [
https://community.jboss.org/people/ron_sigal] created the discussion
"Re: Change Client SSL Certificate Without Restarting JVM?"
To view the discussion, visit:
https://community.jboss.org/message/748604#748604
--------------------------------------------------------------
Hi Michelle,
It sounds like you're doing the right thing. When you create a new connection,
org.jboss.remoting.AbstractInvoker.createSocketFactory() should call SSLSocketBuilder to
get a new socket factory, and the new socket factory should be created with the new
keystore. Hmmm.
How is your client configured? Have you looked at AbstractInvoker.createSocketFactory()
to verify that the new socket factory is, in fact, being created by your
SSLSocketBuilder.
-Ron
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/748604#748604]
Start a new discussion in JBoss Remoting at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]