details:   https://code.tryton.org/tryton/commit/7238a955cb00
branch:    default
user:      Cédric Krier <[email protected]>
date:      Sat Jan 10 19:10:29 2026 +0100
description:
        Copy custom CA certificates from previous version
diffstat:

 tryton/tryton/client.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 7f9a708be76b -r 7238a955cb00 tryton/tryton/client.py
--- a/tryton/tryton/client.py   Sat Jan 10 19:09:58 2026 +0100
+++ b/tryton/tryton/client.py   Sat Jan 10 19:10:29 2026 +0100
@@ -76,6 +76,7 @@
     sys.excepthook = excepthook
 
     copy_previous_configuration('tryton.conf')
+    copy_previous_configuration('ca_certs')
     copy_previous_configuration('profiles.cfg')
     copy_previous_configuration('plugins')
     CONFIG.parse()

Reply via email to