Can’t perform an SSL connection with LibreOffice Base 3.6.2 to PostgreSQL 9.1 using SDBC driver on Linux.
Using the following connection string:
dbname=******** host=******** port=5542 user=******** password=******** sslmode=requiere
It fails with: “invalid connection option sslmode”, and obviously if I remove the parameter if fails too because non-SSL connections aren’t allowed in my PostgreSQL instance.
It’s funny because sslmode parameter works on LibreOffice 4.0 over WindowsXP.
What’s happening?