- https://community.jaspersoft.com/ireport-designer/issues/4135
In the JDBC connection string, just add this:
?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory
i.e. just setting ssl=true is not enough.
And just to state the obvious, your Postgres server must support SSL connections.
No comments:
Post a Comment