Commit 5c87f318 authored by Guus der Kinderen's avatar Guus der Kinderen

OF-1004: Configuration change to ClientAuth should be persisted.

parent d62fe85c
......@@ -434,7 +434,7 @@ public class ConnectionListener
return;
}
Log.debug( "Changing client auth configuration from '{}' to '{}'.", oldValue, clientAuth );
JiveGlobals.setProperty( tlsPolicyPropertyName, clientAuth.toString() );
JiveGlobals.setProperty( clientAuthPolicyPropertyName, clientAuth.toString() );
restart();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment