Navigation Menu

Skip to content

Commit

Permalink
Silence TLS SNI warning
Browse files Browse the repository at this point in the history
  • Loading branch information
omega8cc committed May 14, 2016
1 parent bfdc4f7 commit 8ce9922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web_server/ssl/hosting_ssl.nodeapi.inc
Expand Up @@ -364,9 +364,9 @@ function hosting_ssl_save_key($node) {
$obj->client = $client->nid;
$obj->status = 0;
drupal_write_record("hosting_ssl_cert", $obj);
if (!hosting_ip_allocate($obj, $node)) {
form_set_error('ssl_key_new', t("Unable to allocate IP address for certificate, assuming SNI (Server Name Indication) will work (incompatible with Safari and IE on Windows XP, Android 2.2, etc)."));
}
// if (!hosting_ip_allocate($obj, $node)) {
// form_set_error('ssl_key_new', t("Unable to allocate IP address for certificate, assuming SNI (Server Name Indication) will work (incompatible with Safari and IE on Windows XP, Android 2.2, etc)."));
// }
$node->ssl_key = $obj->cid;
}
}
Expand Down

0 comments on commit 8ce9922

Please sign in to comment.