damienbod / ElasticsearchCRUD

Elasticsearch .NET netstandard API
http://damienbod.com/2014/09/22/elasticsearch-crud-net-provider/
176 stars 49 forks source link

Authentication failed because the remote party has closed the transport stream. #135

Closed moham-MA-d closed 8 years ago

moham-MA-d commented 8 years ago

Authentication failed because the remote party has closed the transport stream.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.IOException: Authentication failed because the remote party has closed the transport stream.

I use ssl in my project. VS 2015(MVC application), Windows

damienbod commented 8 years ago

I'll have a look at this, I never tested the library with https

Greetings Damien

moham-MA-d commented 8 years ago

My problem is solved with rebuild project.

damienbod commented 8 years ago

cool Greetings Damien