if u got ERROR in wp3.1 for admin ssl plugin Execute following query in wp DataBase one by one ,it disable all Plugings .Then you will able to see ur page and after that delete Admin SSL plgin and activate others,Enjoy,Reply must
update wp_options set option_value=” where option_name=’active_plugins’;
delete from wp_options where option_name = ‘active_plugins’;
select * from wp_options where option_name=’active_plugins’;
works like charm for me!!!!