* Allow SSL connections to a remote database server
Add the following options in site_config.json to use ssl
- "db_ssl_ca" = "/path/to/ca/cert.pem"
- "db_ssl_cert" = "/path/to/ssl/cert.pem"
- "db_ssl_key" = "/path/to/ssl/key.pem"
The files mentioned should be stored on the App server in the location mentioned.
This commit allows for basic ssl connections. X509 is still not supported.
If the above options are not set, the connection will not use an encrypted connection, and connect normally.
* docs - Allow SSL to remote database host
* Add basic files structure for spanish translation of the doc
* Translate the video tutorial index page
* Translate Before Start page
* Translate What is an app page
* Translate the Bench page
* Translate Conslusion page of the tutorial
* Translate to spanish Tutorial Index page
* Translate to spanish Reports page
* Translate to Spanish Roles Page
* Translate to Spanish the Tutorial Model Page
* Translate to Spanish the tutorial Single Doctypes page
* Translate to Spanish the tutorial Doctype files structure page
* Translate to Spanish the tutorial Start Bench page
* Translate to Spanish the tutorial New App page
* Translate to Spanish the tutorial Client Side Script page
* Translate to Spanish the tutorial Users and records page
* Translate to Spanish the tutorial Setting Up the site page
* Translate to Spanish the tutorial Task Runner page
* Translate to Spanish the tutorial Controllers Page
* Translate to Spanish the tutorial Doctypes page
* Translate to Spanish the tutorial Naming And Linking page
* Translate to Spanish the tutorial Web Views page
* Add basic file structure to translate the bench section of the tutorial
* [docs] Translate to Spanish the tutorial Adding custom domain page
* [docs] Translate to Spanish the tutorial Configuring HTTPS page
* [docs] Translate to Spanish the tutorial Diagnosing the Scheduler page
* [docs] Translate to Spanish the tutorial Settings Site Limits\ page
* [docs] Translate to Spanish the tutorial Setup Production page
* [docs] Translate to Spanish the tutorial Bench ProcFile page
* [docs] Translate to Spanish the tutorial Manual Setup page
* [docs] Translate to Spanish the tutorial Background Services page
* [docs] Translate to Spanish the tutorial Lets Encrypt Setup page
* [docs] Translate to Spanish the tutorial Setup Multitenancy page
* [docs] Translate to Spanish the tutorial Bench Commands page
* DRY font-family declarations
* Add email.less, inline styles using premailer
* min-width 100% for mobile email clients
* Emails without header have default 100% width (like before)
* Include email.css for all apps
* Keep !important declarations
* Add test case for inlining css
* Ignore important rules in css
* minor
* Add basic files structure for spanish translation of the doc
* Translate the video tutorial index page
* Translate Before Start page
* Translate What is an app page
* Translate the Bench page
* Translate Conslusion page of the tutorial
* Translate to spanish Tutorial Index page
* Translate to spanish Reports page
* Translate to Spanish Roles Page
* Translate to Spanish the Tutorial Model Page
* Translate to Spanish the tutorial Single Doctypes page
* Translate to Spanish the tutorial Doctype files structure page
* Translate to Spanish the tutorial Start Bench page
* Translate to Spanish the tutorial New App page
* Translate to Spanish the tutorial Client Side Script page
* Translate to Spanish the tutorial Users and records page
* Translate to Spanish the tutorial Setting Up the site page
* Translate to Spanish the tutorial Task Runner page
* Translate to Spanish the tutorial Controllers Page
* Translate to Spanish the tutorial Doctypes page
* Translate to Spanish the tutorial Naming And Linking page
* Translate to Spanish the tutorial Web Views page
* [tests] allow test anywhere in app and add boilderplate _test_controller.js
* [fix] test_number_format.js
* [minor] dont run test_runner.js
* [test] _test_module_menu.js
* [test] why is browser crashing?