mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
set default message for CertificateRequest status code
This commit is contained in:
parent
8414d44cdf
commit
5d8c036957
1 changed files with 1 additions and 1 deletions
|
|
@ -887,7 +887,7 @@ impl Page {
|
|||
None => match response.status() {
|
||||
gemini::client::response::meta::Status::CertificateUnauthorized => Some("Certificate not authorized"),
|
||||
gemini::client::response::meta::Status::CertificateInvalid => Some("Certificate not valid"),
|
||||
_ => None
|
||||
_ => Some("Client certificate required")
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue