Announcement

Collapse
No announcement yet.

Install with TLS 1.2 support

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Install with TLS 1.2 support

    How do you specify that the Espo should use TLS 1.2 for communicating with the mysql server during install ?
    Last edited by rinorway; 08-27-2020, 10:22 AM.

  • #2
    Workaround : (in my case the database is an Azure endpoint) :
    • Do clean install on non-TLS MySQL server
    • Then switch on TLS
    • Add this to data/config.php:
      PHP Code:
      database.sslCA "/var/www/BaltimoreCyberTrustRoot.crt.pem" 
    • Reload page, and log in.

    Remarks:

    Comment


    • #3
      small update : certificate has changed, see https://docs.microsoft.com/en-us/azu...icate-rotation

      Comment

      Working...
      X