I am using a Tcl script to extract from several APIs, and suddenly some APIs stopped working. eg:
set data [http_call_get https:
answers the error:
SSL channel "sock624": error: sslv3 notification failure failed
It is odd that two out of five APIs from different sites stopped working for an hour or each other, so I feel that something has changed with the compatibility of the tls tl1.6.3.1 tcl package, which is bound to ":: http :: register https 443 :: tls :: socket "
I tried three different machines (2 x Windows and ubuntu).
source
share