New OpenWRT Image. Does getAsynchronously() support https

Ok, fixed httpclient does not support https · Issue #1860 · arduino/Arduino · GitHub
It will become available with the next nightly build starting tomorrow
The fix is that, if you need to use an https url but don't care about the validity of the SSL certificate, your code becomes

HttpClient client;
client.noCheckSSL();