BUG #13856: JDBC driver 1207 not picking up properties

Started by Nonameover 10 years ago4 messagesbugs
Jump to latest
#1Noname
hazcod@outlook.be

The following bug has been logged on the website:

Bug reference: 13856
Logged by: Niels Hofmans
Email address: hazcod@outlook.be
PostgreSQL version: 9.4.5
Operating system: Ubuntu linux
Description:

I tried using JDBC driver postgresql-9.4.1207.jar but it is not picking up
ssl=true or loglevel=1.

This does work in version 1206 and below.

I tried passing in via connection string or properties object.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Bruce Momjian
bruce@momjian.us
In reply to: Noname (#1)
Re: [BUGS] BUG #13856: JDBC driver 1207 not picking up properties

Forwarding JDBC bug report to pgsql-jdbc@postgresql.org:

---------------------------------------------------------------------------

On Fri, Jan 8, 2016 at 01:29:25PM +0000, hazcod@outlook.be wrote:

The following bug has been logged on the website:

Bug reference: 13856
Logged by: Niels Hofmans
Email address: hazcod@outlook.be
PostgreSQL version: 9.4.5
Operating system: Ubuntu linux
Description:

I tried using JDBC driver postgresql-9.4.1207.jar but it is not picking up
ssl=true or loglevel=1.

This does work in version 1206 and below.

I tried passing in via connection string or properties object.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription                             +

--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

#3danap
danap@itstriangle.com
In reply to: Bruce Momjian (#2)
Re: [BUGS] BUG #13856: JDBC driver 1207 not picking up properties

This does not appear to have been addressed with the latest 1208 driver
nor does it appear to have been added as an issue in Github.

Unless there is another way of enabling SSL via the JDBC interface this
is a big DEAL for my future use of PostgreSQL via the JDBC.

danap.

Bruce Momjian wrote:

Forwarding JDBC bug report to pgsql-jdbc@postgresql.org:

---------------------------------------------------------------------------

On Fri, Jan 8, 2016 at 01:29:25PM +0000, hazcod@outlook.be wrote:

The following bug has been logged on the website:

Bug reference: 13856
Logged by: Niels Hofmans
Email address: hazcod@outlook.be
PostgreSQL version: 9.4.5
Operating system: Ubuntu linux
Description:

I tried using JDBC driver postgresql-9.4.1207.jar but it is not picking up
ssl=true or loglevel=1.

This does work in version 1206 and below.

I tried passing in via connection string or properties object.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

#4Dave Cramer
pg@fastcrypt.com
In reply to: danap (#3)
Re: [BUGS] BUG #13856: JDBC driver 1207 not picking up properties

As far as I can tell it should work. Does it not ?

https://github.com/pgjdbc/pgjdbc/blob/4c15f31bd9c23240ba04532c420ba3e1cb96fc21/pgjdbc/src/test/java/org/postgresql/test/jdbc2/PGPropertyTest.java#L60

tests to see if we can read the property.

I am working on getting the ssl tests to work. They appear to be broken at
the moment.

Dave Cramer

davec@postgresintl.com
www.postgresintl.com

On 21 May 2016 at 13:37, danap <danap@itstriangle.com> wrote:

Show quoted text

This does not appear to have been addressed with the latest 1208 driver
nor does it appear to have been added as an issue in Github.

Unless there is another way of enabling SSL via the JDBC interface this
is a big DEAL for my future use of PostgreSQL via the JDBC.

danap.

Bruce Momjian wrote:

Forwarding JDBC bug report to pgsql-jdbc@postgresql.org:

---------------------------------------------------------------------------

On Fri, Jan 8, 2016 at 01:29:25PM +0000, hazcod@outlook.be wrote:

The following bug has been logged on the website:

Bug reference: 13856
Logged by: Niels Hofmans
Email address: hazcod@outlook.be
PostgreSQL version: 9.4.5
Operating system: Ubuntu linux
Description:

I tried using JDBC driver postgresql-9.4.1207.jar but it is not picking
up
ssl=true or loglevel=1.

This does work in version 1206 and below.

I tried passing in via connection string or properties object.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc