Three pages that are protected by the secure pages' module have problem with the Google Crawl.
The error is: Redirect error

Comments

grendzy’s picture

Status: Active » Postponed (maintainer needs more info)

This isn't enough information to troubleshoot. Where to you see the error? Can you include a screen shot or the entire text of the error message? Is your SSL certificate expired or self-signed?

panthar’s picture

First off, like your module (does almost everything I need), I first commented on this saying that I had the same issue, but I think I solved it.

Update: Solved indexing issue, I did 2 things, think SSL configuration was the issue. I found this out by doing a wget on my website, and found that my ssl cert does not have a www. so my secure pages "secure url" should not of had "www" in it either ie- http://example.com.

Along the way, I found some suggestions about google, and one of them is to use a "moved permanently" as opposed to "moved temporarly", so I added the following line to your module, just before the default redirect call in the header:

header('HTTP/1.1 301 Moved Permanently'); (as opposed to the default, moved temporarly). Not sure if this actually matters at all, but some websites says it does!

Thanks.

grendzy’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I'm closing the original issue since the reporter never responded.

Regarding the status code, there's another issue for that: #506522: Change 302 redirect to 301 redirect