Closed (duplicate)
Project:
Secure Pages
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2010 at 17:55 UTC
Updated:
25 Aug 2011 at 04:08 UTC
I activated the module, it seems to work fine, but now I get an error message from Drupal Status Report:
HTTP request status Fails
Any way to avoid this?
Comments
Comment #1
hop commentedI use shared SSL cetificate and I have the same problem :(
Comment #2
jsherk commentedThe moduel located below talks about resetting the drupal_http_request_fails flag. Anybody know how to do that manually?
http://drupal.org/project/http_request_fail_reset
I switched my sight from http to https and then this error popped up.
Comment #3
jsherk commentedFound this as a temporary solution:
http://drupal.org/node/245990#comment-1312270
Comment #4
mattbanks commentedHaving the same problem. After setting Secure Pages to "Enabled" at /admin/build/securepages, I get the HTTP Request Status set to Fail. From what I understand, the temporary solution stated above by jsherk won't stay permanent and I'll have to reset the flag whenever it goes back to Fail. Is that correct? Any progress on this in Drupal 6?
Comment #5
grendzy commentedThis is a core issue: #245990: HTTP request testing unreliable and may be undesirable
The cause of the status report warning is http://api.drupal.org/api/drupal/modules--system--system.module/function... trying to request the site's own front page. Possibly something is wrong with your DNS or network configuration.