By jmfox on
I'm new to Drupal and just inherited a site that I need to migrate to another host and am having problems getting HTTPS to work on the new host. Any https:// page returns HTTP 302 and redirects and I can't seem to figure out why. I'm running nginx + php-fpm on the backend but I know that's working because a non-Drupal page returns https properly. Any ideas where I should look or at least look to debug this?
Comments
Is it using the securepages module?
If so, then it might be a limitation with securepages at the moment. See http://drupal.org/node/506522 for reference. The link has a patch to change this but it doesn't seem to be rolled into any current release.