Minor typo fixed in 'ssl_unknown_autority' (#967)
This commit is contained in:
parent
c420c8bb29
commit
2cfc3325db
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ Where `Failure` is one of the errors we care about, i.e.:
|
|||
- `eof_error`: unexpected EOF on connection
|
||||
- `generic_timeout_error`: some timer has expired
|
||||
- `ssl_invalid_hostname`: certificate not valid for SNI
|
||||
- `ssl_unknown_autority`: cannot find CA validating certificate
|
||||
- `ssl_unknown_authority`: cannot find CA validating certificate
|
||||
- `ssl_invalid_certificate`: e.g. certificate expired
|
||||
- `unknown_failure <string>`: any other error
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue