mdwaud
Results
1
issues of
mdwaud
## Problem I'm connecting to a Amazon MySQL RDS instance. My config is: ``` config :my_app MyApp.Repo, # username, password, etc ssl: true, ssl_opts: [ cacertfile: "config/amazon-rds-ca-cert.pem" ] ``` This...