Umbraco 7.6 API Refusing API connections after changing TLS settings on server
Hi Everyone,
We have a site running 7.6, we're going through the upgrade process, but currently our live site is 7.6.
We use the API to create new members, and also retrieve new tokens for locked out users. It's worked absolutely fine until Friday last week, when we started seeing some errors in terms of third party data from an API not being rendered. We enabled strong crypto, and also added the reg keys for TLS 1.2. and everything seemed ok, but then the Umbraco API started giving an error 10054. We've forced TLS 1.1 (which is a minimum required by our third party API), that still works, but we're still unable to connect to the Umbraco API.
Is it possible to enable TLS 1.1. or 1.2, without having access to the .VS solution etc?
Umbraco 7.6 API Refusing API connections after changing TLS settings on server
Hi Everyone,
We have a site running 7.6, we're going through the upgrade process, but currently our live site is 7.6.
We use the API to create new members, and also retrieve new tokens for locked out users. It's worked absolutely fine until Friday last week, when we started seeing some errors in terms of third party data from an API not being rendered. We enabled strong crypto, and also added the reg keys for TLS 1.2. and everything seemed ok, but then the Umbraco API started giving an error 10054. We've forced TLS 1.1 (which is a minimum required by our third party API), that still works, but we're still unable to connect to the Umbraco API.
Is it possible to enable TLS 1.1. or 1.2, without having access to the .VS solution etc?
Hi Chris
Paul Seal, did create a drop in package dll for such a scenario:
https://our.umbraco.com/packages/developer-tools/codesharetls12umbraco/
If you install that package then it will call the necessary code to set the SecurityProtocol to TLS1.2 with fallback if that's not available...
regards
Marc
is working on a reply...