Skip to content

Commit

Permalink
Commit forgotten ssl=on
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Ullrich committed Jun 10, 2011
1 parent e621564 commit 081de59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/imspector-wip/imspector.inc
Expand Up @@ -230,6 +230,7 @@
if($imspector_config["ssl_ca_key"] &&
$imspector_config["ssl_ca_cert"] &&
$imspector_config["serverkey"]) {
$conf['ssl'] = "on";
if(!is_dir("/usr/local/etc/imspector/ssl"))
mkdir("/usr/local/etc/imspector/ssl");
if(base64_decode($imspector_config["ssl_ca_key"])) {
Expand All @@ -250,6 +251,7 @@
} else {
// SSL Not enabled. Make sure Jabber-SSL is not processed.
unset($conf['jabber-ssl']);
unset($conf['ssl']);
}

$conftext = '';
Expand Down

0 comments on commit 081de59

Please sign in to comment.