I dont see any sample of using NEST with https. How can I encrypt data using NEST if i use https instead of http like this i get error:
var node = new Uri("https://myserver:9200"); var settings = new ConnectionSettings(node); var client = new ElasticClient(settings);
What error do you get? Can you provide
DebugInformation
.DisableDirectStreaming()
ConnectionSettings
Are you using a self-signed certificate or a certificate issued by a CA?
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.