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