[
https://issues.apache.org/jira/browse/KARAF-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609451#comment-13609451
]
Christian Müller commented on KARAF-2045:
-----------------------------------------
With this patch, we are able to encrypt our database connection to Oracle,
which is a PCI DSS (Payment Card Industries Data Security Standards)
requirement.
Note: Oracle doesn't support adding additional connection properties to its
JDBC connection URL (like Derby, ... supports).
A sample configuration could look like this:
{code}
karaf.lock.jdbc.connection.properties=oracle.net.encryption_client=REQUIRED;oracle.net.encryption_types_client=(AES256,
AES192, AES128,3DES168, RC4_256, RC4_128)
{code}
> Support encrypted connection to the database for fail over configuration
> ------------------------------------------------------------------------
>
> Key: KARAF-2045
> URL: https://issues.apache.org/jira/browse/KARAF-2045
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-core
> Reporter: Christian Müller
> Priority: Minor
> Attachments: KARAF-2045.patch
>
>
> See
> http://karaf.922171.n3.nabble.com/Using-database-locking-mechanism-for-Failover-td4026825.html
> I will work on a patch in the next weeks...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira