Pierre,
Coincidence maybe but seems to be timewise related to dec 20 (although supposed to be in effect only jan 19) - scroll this link
https://wyday.com/blog/2021/limelm-price-changes-and-stricter-web-api/
No, unrelated.
Mariano,
Since a bit less than a week we are having lot of users facing an error 36 on Mac (various OSs, latest TA API). This is surprising because we had very few cases of this error in the past.
See, TurboActivate.h all error codes are listed:
/*
MessageId: TA_E_INET_TLS
Message code (in Hex): 0x24
Message code (in Decimal): 36
MessageText:
The secure connection to the activation servers failed due to a TLS or certificate
error. This is most often caused by MITM (man-in-the-middle) attempts on corporate
networks or, if on Unix operating systems (macOS, Linux, BSD, etc.), it's caused
by out-of-date or missing "CA certificates". This means either keeping your system
itself up-to-date, or manually updating the CA certs.
More information here: https://wyday.com/limelm/help/faq/#internet-error
*/
#define TA_E_INET_TLS ((HRESULT)0x00000024L)
Follow the FAQ. Also, make sure you're using 4.4.4.1 (yes, even 4.4.4.0 will have problems). See the changelog.