- Minor
Problem Description
When accessing unraid-WebUI with Safari 13.1, noVNC does not work. Browser reports an error in Web-Developer Console:
[Warning] [blocked] The page at https://unraid.local.my.tld/plugins/dynamix.vm.manager/vnc.html?autoconnect=true&host=unraid.local.my.tld&port=&path=/wsproxy/5700/ was not allowed to run insecure content from http://unraid.my.tld/login.
Using Firefox everything works well.
System Setup
Used URL in safari: https://unraid.local.my.tld
Reverseproxy (Traefik) with SSL termination, listening to https://unraid.local.my.tld ; forwarding requests to http://<unraid-ip-address>:8081/
Unraid configuration: Settings --> Management Access:
Use SSL/TLS: no
HTTP Port: 8081
Local TLD: local.my.tld
Background Information
Unraid server is running in a managed network which is provisioning LetsEncrypt certificates for all hosts in local.my.tld domain via acme-dns. Since Unraid's "SSL: Auto" feature is limited to provision certificates only for <some-unique-id>.unraid.net TLD, it is not an option.
Therefore we run unraid with "SSL:no" setting, and use our reverse-proxy to get a proper certificate for unraid.local.my.tld domain.