-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Change HttpClient/SslStream default certificate revocation check mode to Online #116098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
c784242
e8da401
c8a8486
74d3607
8916b1a
a2cfc53
7e09de0
f4da81f
ca55e6c
dfa7ad8
3f9fb43
b70c830
2152d2d
4d3e7c2
0976295
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,7 +68,7 @@ private Func< | |
| X509Chain, | ||
| SslPolicyErrors, | ||
| bool>? _serverCertificateValidationCallback; | ||
| private bool _checkCertificateRevocationList; | ||
| private bool _checkCertificateRevocationList = true; | ||
|
||
| private ClientCertificateOption _clientCertificateOption = ClientCertificateOption.Manual; | ||
| private X509Certificate2Collection? _clientCertificates; // Only create collection when required. | ||
| private ICredentials? _serverCredentials; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.