Is it possible to change the keystore alias of the _default_
SSLHostConfig's certificate while tomcat is running?

At present, I'm trying to move the _default_ certificate from one
certificate in my keystore, to another.  I modify the server.xml, then I
call the reloadSslHostConfigs MBean operation.  The operation throws an
error that boils down to a jsse.alias_no_key_entry error that comes back
from the JVM.

Is this a technical limitation on SNI/SSLHostConfig, or am I missing
something here?

Reply via email to