Does Arduino Yun Shield supports running HTTPS web Server ?

I had an ongoing project going on in Arduino Mega and W5100 ethernet shield, and running web server returning sensor data in json format that gets utilized by a website which is on https so i am getting error

 [Warning] [blocked] The page at
  https://example.com/access-to-home-online/ was not allowed to display
  insecure content from http://example.com:8025/json?format=json.
  (ajaxCall_jquery.js, line 9666)

I am sick of it, and have decided to go for Arduino Yun Shield if it supports HTTPS web server !

It seems so: openwrt-packages-yun/005-httpd_conf.patch at master · arduino/openwrt-packages-yun · GitHub

Osqui:
It seems so: openwrt-packages-yun/net/apache/patches/005-httpd_conf.patch at master · arduino/openwrt-packages-yun · GitHub

thanks I too found another source : Securing communications with HTTPS on the Arduino Yun