Are you using apache or the secure_pages module or someething else to switch between http and https? When I was on one host the secure_pages module wouldn't work properly so I used htaccess. When I migrated that site to another host htaccess wouldn't work properly (seemingly because that host serves https over port 80) but the secure_pages module works. However the secure pages module has a bunch of problems - particularly with caching. I had to turn caching completely off or else I have problems, even when set to default caching.
.sander
Steve Edwards wrote:
I have a 5.x site using CiviCRM that was developed under a subdomain (i.e. dev.example.com), and we took it live, so it is now at www.example.com. Everything seems to be fine other than the fact that I am unable to access the Admin area. When I try in FF, I get "www.example.com has sent an incorrect or unexpected message: Error Code: -12263", and in Internet Exploder I get the standard "This page cannot be displayed." I can log in and get to other parts of the site just fine. I searched for that error, and it appears to be specific to SSL. I'm using SSL on this site (for CiviCRM and Ubercart), but I shouldn't be using it just to get into the Drupal Admin area, should I?
Thanks.
Steve