mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
Update src/certificates.rs
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
This commit is contained in:
parent
0cbf702aba
commit
ee74fab3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ impl ResolvesServerCert for CertStore {
|
|||
.map(|(_, k)| k)
|
||||
.cloned()
|
||||
} else {
|
||||
// This kind of resolver requires SNI. Fallback to default cert.
|
||||
// Fallback to default cert.
|
||||
// * must exist in the `.certificates` root
|
||||
// * CN value can be any
|
||||
self.certs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue