seitime-frappe/frappe/docs
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
..
assets [Translation] Updated Translations (#3710) 2017-07-17 17:50:51 +05:30
user Allow SSL connections to a remote database server (#3742) 2017-07-20 18:00:02 +05:30
__init__.py [website] fixes for generating docs 2016-06-23 18:22:03 +05:30
contents.html [docs] added docs first-cut 2015-10-29 18:46:04 +05:30
contents.py [fix] fix toc for docs, url for local and other fixes #2293 (#2346) 2016-11-21 16:43:16 +05:30
index.html [translation] translation updates 2017-06-27 08:34:50 +02:00
index.txt [docs] added docs first-cut 2015-10-29 18:46:04 +05:30
install.md [translations] 2017-03-30 16:55:18 +05:30
license.html [minor] year update (#1983) 2016-08-17 10:25:38 +05:30