deps: rustls-platform-verifier-0.6, and refactor
This commit is contained in:
parent
5d38f8dd3f
commit
629c6e73e9
4 changed files with 61 additions and 18 deletions
|
|
@ -12,4 +12,7 @@ pub enum RpxyAcmeError {
|
|||
/// IO error
|
||||
#[error("IO error: {0}")]
|
||||
Io(#[from] std::io::Error),
|
||||
/// TLS client configuration error
|
||||
#[error("TLS client configuration error: {0}")]
|
||||
TlsClientConfig(String),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue