Skip to content

Commit ca888ac

Browse files
committed
Update README.md
1 parent 7c764fc commit ca888ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ We strongly not recommend this, but in some cases, you may want to skip certific
284284
### Handling server certificate verification
285285
You can customize the server certificate verification process by setting the `OnVerifyServerCertificate` property.
286286

287+
The callback should return `true` or `false` based on the verification result. If the property is set, the root CA verification is not performed.
288+
287289
```csharp
288290
using var httpHandler = new YetAnotherHttpHandler()
289291
{

0 commit comments

Comments
 (0)