SamuraiWTF/katana

Katana UI doesn't load properly in Firefox

JGillam opened this issue · 1 comments

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.

image

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).