aboutsummaryrefslogtreecommitdiffstats
path: root/python/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/db.py')
-rw-r--r--python/db.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/db.py b/python/db.py
index f14bd670..f78a1efd 100644
--- a/python/db.py
+++ b/python/db.py
@@ -38,8 +38,7 @@ def dbconn(dbname):
return psycopg2.connect(database=dbname,
user=user_name,
host=os.environ.get("PGHOST", "debian"),
- cursor_factory=DictCursor,
- sslmode='require')
+ cursor_factory=DictCursor)
def dbengine(dbname):
if dbname in ['rmbs_model', 'corelogic']: