You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vankeisb edited this page Mar 21, 2012
·
2 revisions
Enabling SSL in your app
Woko provides optional SSL support when using built-in authentication.
When turned on, the /login page (WokoLogin action bean) will check if the request is secure before displaying the login form. When a user invokes /login, a redirect is issued making sure that requests will use https://.
Once the user has switched to All subsequent requests will be done via SSL.
Configuration
You'll need to configure the SSL support in your web.xml :