diff --git a/internal/notifier/forwarder.go b/internal/notifier/forwarder.go index 907badccd..8b8907679 100644 --- a/internal/notifier/forwarder.go +++ b/internal/notifier/forwarder.go @@ -46,6 +46,7 @@ func NewForwarder(hookURL string, proxyURL string, certPool *x509.CertPool) (*Fo return &Forwarder{ URL: hookURL, ProxyURL: proxyURL, + CertPool: certPool, }, nil }