02.03.2020, 15:47
(02.03.2020, 13:54)admin Wrote: Your script works on 20191015 but produces an error on 20180828.Thanks a lot Admin. Now it works
If you don't want to upgrade firmware then you can set protocol version to tlsv1_2 like this:
Code:
source = ltn12.source.string(payload);
sink = ltn12.sink.table(response_body);
protocol = 'tlsv1_2';
})