Skip to content

Lets Encrypt! #35

Description

@joelbrock

SSL cert issued, need to t/s some issues with the app under HTTPS before forcing encrytption:

  • table header filters appear on dasboard
  • topbar menus empty / hidden

Heres the nec. .htaccess directives for forcing HTTPS (when the bugs are gone):

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions