I’m getting the same behavior, I’m using site_url(”,’https’) to create actions for forms and redirects. When WP-HTTPS is activated, it converts everything to http, which breaks most of the forms. Then when I deactivate WP-HTTPS, all the links go back to https and work as intended, but then I get insecure errors.
Using latest releases of WP 3.4 and WP-HTTPS 3.0.4, on PHP 5.2.17
Please help!