diff --git a/proxy/http/config_json.go b/proxy/http/config_json.go index ba83acda4..10bf4aec4 100644 --- a/proxy/http/config_json.go +++ b/proxy/http/config_json.go @@ -27,6 +27,7 @@ func (this *CertificateConfig) UnmarshalJSON(data []byte) error { } this.Domain = jsonConfig.Domain this.Certificate = cert + return nil } func (this *TlsConfig) UnmarshalJSON(data []byte) error {