Katana UI doesn't load properly in Firefox
JGillam opened this issue · 1 comments
JGillam commented
Firefox locally gets confused and attempts to load Katana over https instead of http, which it then doesn't like due to the missing certificate.
We need to make this a better user experience, so either of:
- Generate and install a local CA for the Workspace, and use that to generate local certs for websites (this is a preferred approach)
- Find a way to convince Firefox that this is okay for locally hosted sites (i.e. maybe there's a setting or exception list or something).
JGillam commented
These may help:
- One step CSR generation: https://unix.stackexchange.com/questions/104171/create-ssl-certificate-non-interactively
- Steps for creating local root CA in Linux: https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/