My web server is nginx which does not rely on htaccess files, and I have no other plugins active as of this time. Based on searching the wordpress 2.7 installation files, I can see that FORCE_SSL_ADMIN is used in 5 files:
wp-login.php
wp-settings.php
wp-includes\functions.php
wp-includes\link-template.php
wp-includes\pluggable.php
I am going to look at each of these files to see if I can figure out why this particular directive is not working in 2.7. I will write back if and when I can find an answer.