From dc3faf8a5fe9b63d0c04bbc540a1ce46843f6bbb Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Thu, 10 Oct 2019 12:56:39 +0200 Subject: [PATCH] Sends weblog messages over HTTPS --- conf/binac.config | 2 +- conf/cfc.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/binac.config b/conf/binac.config index 6049f78..9447ca4 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -24,5 +24,5 @@ params { weblog{ enabled = true - url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows' + url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows' } diff --git a/conf/cfc.config b/conf/cfc.config index d675648..d5b1c3b 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -17,7 +17,7 @@ process { weblog{ enabled = true - url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows' + url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows' } params {