#```py
1 messages · Page 1 of 1 (latest)
Thanks! But the issue is, the certificates renew every month. And, I'd like very much to connect to more than one device. There's nothing in the chain either, was looking for a common CA. Turning off TLS verify would seem like the only option, but I don't think that the ssl module supports/exposes that option.
not that I know of, you can turn off server name checking, or supply a pem file (or string)
otherwise, HTTPS expects to be known CA with server match
Yup, I saw, but names aren't the problem 😦
Seems like micropython does support this. I don't like switching tho.