I also encountered problems in the AdminCP with HTTPS and Cloudflare. This is what I had to change:
/admincp/index.php look around line 495, and replace the $mainframe variable with
PHP Code:
$mainframe = "<frame src=\"" . str_replace("http://", "https://", iif(!empty($vbulletin->GPC['loc']) AND !preg_match('#^[a-z]+:#i', $vbulletin->GPC['loc']), create_full_url($vbulletin->GPC['loc']), "index.php?" . $vbulletin->session->vars['sessionurl'] . "do=home")) . "\" name=\"main\" scrolling=\"yes\" frameborder=\"0\" marginwidth=\"10\" marginheight=\"10\" border=\"no\" />\n";