New OpenWRT Image. Does getAsynchronously() support https

My work around (before next nightly build) ;-

mv /usr/bin/curl  /usr/bin/curlbk
nano /usr/bin/curl
#!/bin/ash
/usr/bin/curlbk -k $1
chmod 755 /usr/bin/curl