mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-22 03:03:39 +00:00
Update docs/book/src/quinn/certificate.md
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
This commit is contained in:
@@ -16,7 +16,7 @@ quinn = "*"
|
||||
rustls = { version = "*", features = ["dangerous_configuration", "quic"] }
|
||||
```
|
||||
|
||||
Then, you can skip the certificate validation on the client by implementing [ServerCertVerifier][ServerCertVerifier] and let it assert verification for any server.
|
||||
Then, allow the client to skip the certificate validation by implementing [ServerCertVerifier][ServerCertVerifier] and letting it assert verification for any server.
|
||||
|
||||
```rust
|
||||
// Implementation of `ServerCertVerifier` that verifies everything as trustworthy.
|
||||
|
||||
Reference in New Issue
Block a user