Details
-
Bug
-
Resolution: Won't Fix
-
None
-
*Location*: https://docs.couchbase.com/dotnet-sdk/current/howtos/sdk-authentication.html
*Referrer*: https://docs.couchbase.com/dotnet-sdk/current/howtos/troubleshooting-cloud-connections.html
*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
*Screen Resolution*: 1440 x 900*Location*: https://docs.couchbase.com/dotnet-sdk/current/howtos/sdk-authentication.html *Referrer*: https://docs.couchbase.com/dotnet-sdk/current/howtos/troubleshooting-cloud-connections.html *User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 *Screen Resolution*: 1440 x 900
Description
Need to have an option to set the ssl custom validation method something like as follows
ClusterOptions.ValidateCertificateCallback = MySSLCustomValidation;
But in current library it is an internal method and is unable to override/set the validation with custom ssl validation.
I have tried with following option which is also not working
ServicePointManager.ServerCertificateValidationCallback += new RemoteCertificateValidationCallback(
<custom ssl validation method call>
); which is not working.
If there is an option to set custom validation, please add it in the documentation
Reporter: Vishnu
E-mail: sandes2me@gmail.com
Attachments
Issue Links
- has to be done after
-
NCBC-2789 Unable to override the remote name mismatch error with custom validation
- Resolved