mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-01 06:18:33 +00:00
Upgrade certmagic from v0.14.1 to v0.15.2 (#18138)
This commit is contained in:
2
vendor/github.com/mholt/acmez/acme/certificate.go
generated
vendored
2
vendor/github.com/mholt/acmez/acme/certificate.go
generated
vendored
@@ -111,7 +111,7 @@ func (c *Client) GetCertificateChain(ctx context.Context, account Account, certU
|
||||
// heuristics to decide which is optimal." §7.4.2
|
||||
alternates := extractLinks(resp, "alternate")
|
||||
for _, altURL := range alternates {
|
||||
resp, err = addChain(altURL)
|
||||
_, err = addChain(altURL)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("retrieving alternate certificate chain at %s: %w", altURL, err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user