Epinova / Epinova.Elasticsearch

A search-plugin for Episerver CMS and Commerce
MIT License
29 stars 20 forks source link

Tls12 #105

Closed hcftw closed 4 years ago

hcftw commented 4 years ago

We're having some issues with the HttpClient

It's returning the following error: "The request was aborted: Could not create SSL/TLS secure channel."

Could it be an idea to have an optional setting to explicitly turn on Tls12 usage. I.e.: ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;