This commit is contained in:
Tobias Mühl 2019-09-24 06:01:44 +02:00 committed by Matt Holt
parent 96579b97f6
commit 1de4a99ec3

View File

@ -312,7 +312,7 @@ func setupTLS(c *caddy.Controller) error {
resp, err := onDemandAskClient.Get(askURLParsed.String())
if err != nil {
return fmt.Errorf("error checking %v to deterine if certificate for hostname '%s' should be allowed: %v",
return fmt.Errorf("error checking %v to determine if certificate for hostname '%s' should be allowed: %v",
askURL, name, err)
}
resp.Body.Close()