java - How to enable SSL for Oracle connections in JDBC from Rails? -


i have rails application (running on jruby) connecting oracle database, database.yml looks this:

default: &default   adapter: jdbc   username: ...   password: ...   driver: oracle.jdbc.driver.oracledriver  development:   <<: *default   url: jdbc:oracle:thin:@host:1526 

as far i'm aware, oracle supports using tls connect database, how enable in database.yml?


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -