Getting Started: Raspberry Pi Pico W

Another know issue with certs is that the time/date on the PicoW isn’t synchronised to NTP - Add the following code:-

import ntptime

ntptime.host = "de.pool.ntp.org"
ntptime.settime()