If this is not done, insights will be unable to communicate with erpnext, and an error will occur during the installation process.#793
Conversation
Disable SSL certificate verification for database connections.
Set ssl_verify_cert to False for MariaDB connection.
Updated SSL certificate verification to be enabled for database connections. If not set to True, it will be impossible to associate ERPNext during the installation of ERPNext and the app.
|
#762 Specific questions are here. |
|
Or add an option to skip the SSL verification. |
|
we cannot skip SSL verification for production sites by default. we need to generate a CA file in the docker setup and then point out to that for SSL verification |
|
If I use an internal network link, and the internal network of Docker does not access the Internet, do I still need SSL? |
Problem Description:
#763