Commit 3c473b3a5c15526e28c2530c71cdae3f747932c3

Authored by Michael Joseph
1 parent 95589060

Change default ssl status to false.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2862 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
config/environment.php
... ... @@ -26,7 +26,7 @@ $default->fileSystemRoot = "/usr/local/www/dms";
26 26 // server settings
27 27 $default->serverName = "change.to.your.hostname";
28 28 // whether ssl is enabled or not
29   -$default->sslEnabled = true;
  29 +$default->sslEnabled = false;
30 30 // Change this to reflect the authentication method you are using
31 31 // valid choices are: DBAuthenticator, LDAPAuthenticator
32 32 $default->authenticationClass = "DBAuthenticator";
... ...