diff --git a/plugins/dynamix/SSLSettings.page b/plugins/dynamix/SSLSettings.page index 6f8efbf93..c99f1ecaf 100644 --- a/plugins/dynamix/SSLSettings.page +++ b/plugins/dynamix/SSLSettings.page @@ -47,7 +47,7 @@ function provisionSSL(internalip, keyfile, form) {
Use SSL/TLS: @@ -55,46 +55,44 @@ Use SSL/TLS: - -> Determines how the webGui responds to http and/or https protocol. +> Determines how the webGui responds to HTTP and/or HTTPS protocol. > -> Select **No** to disable https. +> Select **No** to disable HTTPS (but HTTPS is redirected to HTTP). > -> Select **Yes** to enable https; in this case http is also redirected to https. +> Select **Yes** to enable HTTPS and redirect HTTP to HTTPS. > -> Select **Only** to enable only https. -> -> With **Auto** selected, https is enabled and http is redirected if a non-self-signed SSL certificate is -> installed; otherwise, https is disabled. -> -> We **highly** recommend using a static IP address if https is enabled. +> With **Auto** selected, behaves like **Yes** if a non-self-signed SSL certificate is +> installed; otherwise, behaves like **No**. -http port: -: +HTTP port: +: -> Enter the http port, default is 80. +> Enter the HTTP port, default is 80. -https port: -: +HTTPS port: +: -> Enter the https port, default is 443. +> Enter the HTTPS port, default is 443.   -: +:
- -Certificate info: -: ".shell_exec("/usr/bin/openssl x509 -text -noout -in /etc/ssl/certs/unraid_bundle.pem")."";?> + +Certificate issuer: +: + +Certificate expiration: +:   : > > **Provision** may be used to allocate a *free* SSL Certficiate from [Let's Encrypt](https://letsencrypt.org/) and -> then upload to your server. +> then upload to your server. Note: We **highly** recommend using a static IP address in this case. > Note: **Provision** may fail if your router or upstream DNS server has > [DNS rebinding protection](https://en.wikipedia.org/wiki/DNS_rebinding) enabled. DNS rebinding @@ -124,4 +122,7 @@ Certificate info: > `set service dns forwarding options rebind-domain-ok=/unraid.net/` +> **OpenDNS:** Go to Settings -> Security and *remove* the checkbox next to +> "Suspicious Responses - Block internal IP addresses". It is an all-or-nothing setting. +