Setting up secure cookies
Out of the box, Jive sets the secure
attribute for cookies that should only be sent via HTTPS connections. If your installation is not configured this way, you can configure Jive to send only allowed, secure cookies.
Admin Console: System > Management > System Properties
-
In the Admin Console, go to System > Management > System Properties.
-
Set the Jive system property
jive.cookies.secure
totrue
.This results in all Jive-specific cookies (not including
JSESSIONID
) having thesecure
attribute set on the cookie. -
Configure both Apache and Tomcat to only allow HTTPS connections. For more information on the configuration, see Configuring SSL on load balancer.
-
Configure Tomcat with the
secure
attribute set to "true
" in theserver.xml
configuration file, specifically theserver/connector
element.