Can you please confirm how we can pass the ssl mode required variable under the Flask application. I am using the Managed MYSQL database instance it’s connected successfully with my local database, but when I am using the same thing with Digital Ocean managed database level then it’s giving me an error related to SSl mode required options. Please help me to resolve this issue.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey @rahularoraengg,
your config should contain a connection string for the database such as;
SQLALCHEMY_DATABASE_URI = 'mysql://user:pass@hostname/database?ssl_mode=REQUIRED'
It may be necessary to also use the other SSL option(s) but add them to the URI config line.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.