mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 01:36:08 +00:00
Update docs/book/src/quinn/certificate.md
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
This commit is contained in:
@@ -31,7 +31,7 @@ impl rustls::ServerCertVerifier for SkipCertificationVerification {
|
||||
}
|
||||
```
|
||||
|
||||
After that, we can configure our [ClientConfig][ClientConfig] to use this new [ServerCertVerifier][ServerCertVerifier] implementation.
|
||||
After that, modify the [ClientConfig][ClientConfig] to use this [ServerCertVerifier][ServerCertVerifier] implementation.
|
||||
|
||||
```rust
|
||||
pub fn insecure() -> ClientConfig {
|
||||
|
||||
Reference in New Issue
Block a user