Kerberos.io

From Leo's Notes
Last edited on 16 July 2021, at 02:35.

How to force SSL[edit | edit source]

If you are reverse proxying Kerberios.io, you will need to start the container with the KERBEROSIO_SECURE_SSL=true environment variable.

In the version 2 of the web application, there is an AppServiceProvider as part of the Laravel web app which registers the protocol as HTTPS when either KERBEROSIO_SECURE_SSL or SECURE_SSL is set to true. Of course, this isn't documented anywhere...