mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-24 02:02:26 -04:00
Fix typo (#2763)
This commit is contained in:
parent
96579b97f6
commit
1de4a99ec3
@ -312,7 +312,7 @@ func setupTLS(c *caddy.Controller) error {
|
|||||||
|
|
||||||
resp, err := onDemandAskClient.Get(askURLParsed.String())
|
resp, err := onDemandAskClient.Get(askURLParsed.String())
|
||||||
if err != nil {
|
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)
|
askURL, name, err)
|
||||||
}
|
}
|
||||||
resp.Body.Close()
|
resp.Body.Close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user