02.11.2020, 12:46
Hi
Is there available ssl.https with TLS 1.3 support?
I'm getting
error:1409442E:lib(20):func(148):reason(1070)
when I try:
and I think it's TLS related issue.
I tried
but it says 1.3 is not supported.
Is there available ssl.https with TLS 1.3 support?
I'm getting
error:1409442E:lib(20):func(148):reason(1070)
when I try:
Code:
url=https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?softwaretype=PWS+Jung+2225WSU&solarradiation=154.96&humidity=78.08&dewptf=57.54&baromin=29.9834279983681&tempf=64.58&winddir=200&ID=MYID&windspeedmph=4.94377&action=updateraw&dateutc=2020-11-02+11%3A55%3A11&PASSWORD=XXXX
https = require("ssl.https")
res, code, hdrs, stat = https.request(url)
log(res, code, hdrs, stat)
Log:
weatherunderground 02.11.2020 13:36:17
Code:
* arg: 1
Code:
* nil
Code:
* arg: 2
Code:
* string: error:1409442E:lib(20):func(148):reason(1070)
Code:
* arg: 3
Code:
* nil
Code:
* arg: 4
Code:
* nil
and I think it's TLS related issue.
I tried
Code:
local r, c, h, s = https.request{
url = url,
protocol = "tlsv1.3"
}
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259