mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-06 21:09:55 -06: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