Alon Bar-Lev has uploaded a new change for review.

Change subject: postgresql: do not use ssl protocol
......................................................................

postgresql: do not use ssl protocol

postgresql-jdbc driver has SSL connection property, specifying
any value will enable SSL, even false.

>From documentation:
 ---
This property does not need a value associated with it.
The mere presence of it specifies a <acronym>SSL</acronym>
connection.
 ---

>From postgresql-jdbc::ConnectionFactoryImpl.java:
 ---
boolean requireSSL = (info.getProperty("ssl") != null);
 ---

Current implementation specifies "false", thus actually enables
SSL.

If SSL is indeed not required, removing the property will
enable implementation to use SSL disabled databases, and
relief resources when communicating with the database.

This changeset leaves the statement commented so that it will
be easier to enable SSL if required.

Change-Id: Ic23ffc883e297e65f07a9d538d3d6face92c2df0
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/fedora/engine-service.xml
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/50/6050/1
--
To view, visit http://gerrit.ovirt.org/6050
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic23ffc883e297e65f07a9d538d3d6face92c2df0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to