Brings it to be more in line with the responses from the other two challenges and
will hopefully make the challenge a lot easier to debug (like in the recent community
thread).
```json
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "Incorrect validation certificate for tls-alpn-01 challenge. Expected acmeValidationV1 extension value 836bf5358f8a32826c61faeff2e0225b00756f935b00ed3002cabb9d536b9f53 for this challenge but got 8539b12e31c306b81a0aedab4128722c6ad71f71f46316a3c71612f47df0e532",
"status": 403
},
```
|
||
|---|---|---|
| .. | ||
| proto | ||
| caa.go | ||
| caa_test.go | ||
| dns.go | ||
| dns_test.go | ||
| http.go | ||
| http_test.go | ||
| tlsalpn.go | ||
| tlsalpn_test.go | ||
| utf8filter.go | ||
| utf8filter_test.go | ||
| va.go | ||
| va_test.go | ||