From 2d0d612b9343fcb6d5820e99daec9dec01fb09b3 Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Sun, 30 Jun 2024 14:51:54 +0000 Subject: [PATCH] TLS for worker port --- master.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 614154f..208a35b 100644 --- a/master.cfg +++ b/master.cfg @@ -25,7 +25,9 @@ c['workers'] = [worker.Worker("carbon-worker", workerpass)] # could connect to your master with this protocol. # 'port' must match the value configured into the workers (with their # --master option) -c['protocols'] = {'pb': {'port': 9989}} +# c['protocols'] = {'pb': {'port': 9989}} +c['protocols'] = {'pb': { + 'port': "ssl:9989:privateKey=privkey.pem:certKey=fullchain.pem"}} ####### CHANGESOURCES -- 2.52.0