mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 19:28:19 -04:00
fix postprocessing service
Signed-off-by: jkoberg <jkoberg@owncloud.com> tmp Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -36,7 +36,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
evtsCfg := cfg.Postprocessing.Events
|
||||
var tlsConf *tls.Config
|
||||
|
||||
if !evtsCfg.TLSInsecure {
|
||||
if evtsCfg.EnableTLS {
|
||||
var rootCAPool *x509.CertPool
|
||||
if evtsCfg.TLSRootCACertificate != "" {
|
||||
rootCrtFile, err := os.Open(evtsCfg.TLSRootCACertificate)
|
||||
|
||||
Reference in New Issue
Block a user