refactor: USE_SSL auto label to Strict

This commit is contained in:
Zack Spear
2022-05-23 10:59:11 -07:00
parent 786ac5b5d7
commit e6873587f6
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1149,11 +1149,11 @@ SSL certificate. Use this URL to access your server:
Note that use of a self-signed SSL certificate will generate a browser Note that use of a self-signed SSL certificate will generate a browser
warning. warning.
Select **Auto** to enable *exclusive* use of an Unraid.net SSL Select **Strict/Auto** to enable *exclusive* use of an Unraid.net SSL
certificate for https access (see **Provision** below). Note that a DNS certificate for https access (see **Provision** below). Note that a DNS
server must be reachable. server must be reachable.
Important: **Auto** may not be selectable if your router or upstream DNS server has Important: **Strict/Auto** may not be selectable if your router or upstream DNS server has
[DNS rebinding protection](https://en.wikipedia.org/wiki/DNS_rebinding) enabled. DNS rebinding [DNS rebinding protection](https://en.wikipedia.org/wiki/DNS_rebinding) enabled. DNS rebinding
protection prevents DNS from resolving a private IP network range. DNS rebinding protection is meant as protection prevents DNS from resolving a private IP network range. DNS rebinding protection is meant as
a security feature on a LAN that may include legacy devices with buggy/insecure "web" interfaces. a security feature on a LAN that may include legacy devices with buggy/insecure "web" interfaces.
@@ -1216,7 +1216,7 @@ in response to a DNS request on this URL. The certificate Subject is
set to `*.<hash>.myunraid.net` thus validating the https connection. set to `*.<hash>.myunraid.net` thus validating the https connection.
You may enable this URL exclusively on your LAN by setting **Use You may enable this URL exclusively on your LAN by setting **Use
SSL/TLS** to **Auto**. SSL/TLS** to **Strict/Auto**.
The second use for an Unraid.net certificate is to enable secure The second use for an Unraid.net certificate is to enable secure
remote access available through the My Servers plugin feature. Note remote access available through the My Servers plugin feature. Note
+1 -1
View File
@@ -251,7 +251,7 @@ _(Use SSL/TLS)_:
: <select name="USE_SSL" onchange="updateSSL(this.form)"> : <select name="USE_SSL" onchange="updateSSL(this.form)">
<?=mk_option($var['USE_SSL'], "no", _('No'))?> <?=mk_option($var['USE_SSL'], "no", _('No'))?>
<?=mk_option($var['USE_SSL'], "yes", _('Yes'))?> <?=mk_option($var['USE_SSL'], "yes", _('Yes'))?>
<?=mk_option($var['USE_SSL'], "auto", _('Auto'), $disabled_auto)?> <?=mk_option($var['USE_SSL'], "auto", _('Strict'), $disabled_auto)?>
</select> </select>
:mgmt_use_ssl_tls_help: :mgmt_use_ssl_tls_help: