Hello!
A client is migrating to encrypt database communication using SSL over TCP, and signed certificates. I’ve been unable to find any docs regarding possible configuration parameters in Active Record to configure Active Record connection, such as turning on or off domain validation or path to certificates.
Is TCPS supported? Has someone configured natively Active Record to connect via TCPS? Could you provide me with a guide or some steps to follow to configure accordingly?
Thanks in advance.
What database are you using?
There are some SSL certificate options that can be set in your database.yml
depending on the driver in use.
Options for sslmode
are documented here: PostgreSQL: Documentation: 17: 32.19. SSL Support
Hi! Thanks in advance for replying. We’re using Oracle Enterprise Edition database, using the Oracle Enhanced library as an intermediary.
Apologies that’s definitely out of my area of expertise. I took a look at the repo oracle-enhanced the only details I could find on encryption where in this PR