diff MySQL/NEWS @ 163:4d32c9c8d6c0

Added support for TLS connections
author Alain Mazy <alain@mazy.be>
date Mon, 13 Jul 2020 11:59:29 +0200
parents 710537acb488
children 2f94b2046d7c
line wrap: on
line diff
--- a/MySQL/NEWS	Mon Jul 13 11:50:54 2020 +0200
+++ b/MySQL/NEWS	Mon Jul 13 11:59:29 2020 +0200
@@ -8,6 +8,11 @@
 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure 
   the retries when connecting to the DB at startup
 * Support of dynamic linking against the system-wide Orthanc framework library
+* Added support for TLS connections: 3 new options:
+  - "EnableSsl" (false by default)
+  - "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false)
+  - "SslCACertificates" (default value is "HttpsCACertificates" from global
+    Orthanc configuration)
 
 
 Release 2.0 (2019-01-23)