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)
|
.map(|(_, k)| k)
|
||||||
.cloned()
|
.cloned()
|
||||||
} else {
|
} else {
|
||||||
// This kind of resolver requires SNI. Fallback to default cert.
|
// Fallback to default cert.
|
||||||
// * must exist in the `.certificates` root
|
// * must exist in the `.certificates` root
|
||||||
// * CN value can be any
|
// * CN value can be any
|
||||||
self.certs
|
self.certs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue