using (var session = store.OpenSession())System.MissingMethodException: Method not found: 'System.Func`5<System.Net.Http.HttpRequestMessage,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors,Boolean> System.Net.Http.HttpClientHandler.get_ServerCertificateCustomValidationCallback()'. at Raven.Client.Http.RequestExecutor.CreateClient() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at System.Lazy`1.get_Value() at Raven.Client.Http.RequestExecutor..ctor(String databaseName, X509Certificate2 certificate, DocumentConventions conventions) at Raven.Client.Http.RequestExecutor.Create(String[] urls, String databaseName, X509Certificate2 certificate, DocumentConventions conventions) at Raven.Client.Documents.DocumentStore.<>c__DisplayClass20_0.<GetRequestExecutor>b__0() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at System.Lazy`1.get_Value() at Raven.Client.Documents.DocumentStore.GetRequestExecutor(String database) at Raven.Client.Documents.DocumentStore.OpenSession(SessionOptions options) at Raven.Client.Documents.DocumentStore.OpenSession() at ConsoleApp2.Program.Main(String[] args) in c:\Users\wal\source\repos\ConsoleApp2\ConsoleApp2\Program.cs:line 23Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
ServicePointManager.ServerCertificateValidationCallback += OnServerCertificateCustomValidationCallback;
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.