Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 613 Bytes

enable-https-everywhere.rst

File metadata and controls

27 lines (15 loc) · 613 Bytes

Enable HTTPS everywhere

When you want to enable https everywhere on a dkan site.

Step-by-step guide

You'll need to take several steps to enable https everywhere for a site instance on Acquia.

  1. To config/config.yml add:
default:
  https_everywhere: TRUE
  1. Rebuild the site configuration with ahoy:
ahoy build config
  1. Commit and push changes to Acquia
  2. On the Acquia dashboard, enable a varnish proxy SSL (per development environment).