Uh, that title should be: "FEATURE REQUEST: Notify admin/users that direct HTTPS connections are not possible"
Uh, that title should be: "FEATURE REQUEST: Notify admin/users that direct HTTPS connections are not possible"
By the way, the actual code that checks to see if a direct HTTPS connection can be made to wordpress is in the file: b2-include/xmlrpc.inc
if (!function_exists("curl_init")) {
$r=new xmlrpcresp(0, $xmlrpcerr["no_ssl"],
$xmlrpcstr["no_ssl"]);
return $r;
}
This topic has been closed to new replies.