Keith Robertson has posted comments on this change. Change subject: packaging: Updated UI prompts in wizard ......................................................................
Patch Set 2: (1 inline comment) .................................................... File packaging/fedora/setup/output_messages.py Line 147: INFO_CONF_PARAMS_DB_ADMIN_USAGE="Remote DB admin user" Line 148: INFO_CONF_PARAMS_DB_ADMIN_PROMPT="Enter the remote DB user name" Line 149: INFO_CONF_PARAMS_REMOTE_DB_PASSWD_USAGE="Password for the remote database user" Line 150: INFO_CONF_PARAMS_REMOTE_DB_PASSWD_PROMPT="Enter the password for the remote DB user" Line 151: INFO_CONF_PARAMS_DB_SECURE_CONNECTION_USAGE="Should the connection to the DB be secure? (The support must be configured on the remote DB server)" AFAIK, the Postgres JDBC driver wants to do CA cert validation by default [1] and you have to explicitly tell it that you don't want to do it. I would assume that you're invoking this behaviour? - [1] http://jdbc.postgresql.org/documentation/80/ssl-client.html#nonvalidating Line 152: INFO_CONF_PARAMS_DB_SECURE_CONNECTION_PROMPT="Configure a secure connection? (make sure SSL is configured on the remote DB server)" Line 153: Line 154: Line 155: #Auth domain -- To view, visit http://gerrit.ovirt.org/8307 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iad3fd914c62669f67f134f269f6f6a8d08a5c8c5 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Keith Robertson <[email protected]> Gerrit-Reviewer: Kiril Nesenko <[email protected]> Gerrit-Reviewer: Moran Goldboim <[email protected]> Gerrit-Reviewer: Yaniv Kaul <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
