Install with TLS 1.2 support

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rinorway
    Senior Member
    • Feb 2016
    • 179

    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.
  • rinorway
    Senior Member
    • Feb 2016
    • 179

    #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

    • rinorway
      Senior Member
      • Feb 2016
      • 179

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

      Comment

      Working...