seitime-frappe/frappe/docs/user
felixvarghese f189829240 Allow SSL connections to a remote database server (#3742)
* 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
2017-07-20 18:00:02 +05:30
..
en Allow SSL connections to a remote database server (#3742) 2017-07-20 18:00:02 +05:30
es [docs] Translation of the Guides And Resources section in bench to Spanish (#3747) 2017-07-20 10:28:15 +05:30
fr Update web-views.md (#3642) 2017-07-08 13:53:31 +05:30
pt Issue 3135 (#3138) 2017-04-24 09:42:19 +05:30
__init__.py [website] fixes for generating docs 2016-06-23 18:22:03 +05:30
index.md Translation of the Tutorial And Videos section to Spanish (#3718) 2017-07-19 10:29:16 +05:30
index.txt Translation of the Tutorial And Videos section to Spanish (#3718) 2017-07-19 10:29:16 +05:30