Closed mohamedhafez closed 1 month ago
(I wasn't sure where the correct place to file this bug was, there's a duplicate at: https://github.com/trilogy-libraries/trilogy/issues/202, feel free to close the one that's in the wrong place)
Same error occurs under Rails 7.0.8.4, Ruby 3.3.5, activerecord-trilogy-adapter 3.1.2, trilogy 2.8.1:
trilogytest $ bin/rails db:migrate
bin/rails aborted!
ActiveRecord::ConnectionNotEstablished: trilogy_ssl_upgrade: SSL Error: certificate verify failed (ActiveRecord::ConnectionNotEstablished)
(works just fine with the mysql2 gem)
Closing as this was delt with in https://github.com/trilogy-libraries/trilogy/issues/202
In my Rails 6.1 application, I have
It works with the mysql2 adapter, but when i try to switch to trilogy I get the following error when trying to make a request of the database:
Does Trilogy not support
verify_ca
? (it works just fine once I switch tossl_mode: required
)