Research turning off https on unit site
Write out the process to turn off the https redirect for all the sites.
Comments:
- Turn off https:
Disable Secure Pages module:
- drush @sites vset securepages_enable '0'
see https://u.osu.edu/developerkb/2017/05/23/using-drush-vgetvset-to-readmodify-variables/ for more details
Update htaccess file
- comment out lines 147-149
Clear Cache on sites
- drush @sites cc all (Brian Canini - Aug 22, 2017)