Loading...
The simplest way to enable SSL/TLS traffic is to add "ssl=true" to your JDBC URL. For example:
jdbc:postgresql://localhost:5432/mirthdb?ssl=true |
There is also an "sslmode" property you can use for more granular options:
jdbc:postgresql://localhost:5432/mirthdb?sslmode=verify-full |
And many other options as well. Consult these online documentation pages for more information: