summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-07 19:35:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-07 19:35:35 +0000
commit8b86df37526d864200b7b29953e6d9d98343e1f0 (patch)
tree4cfc2fa32248eacda43858442491a130282abd0b /usr/local/www
parent20691b47e50bb25db20c7161ea76d61a15672936 (diff)
downloadpfsense-8b86df37526d864200b7b29953e6d9d98343e1f0.zip
pfsense-8b86df37526d864200b7b29953e6d9d98343e1f0.tar.gz
Clarify that the httpsname should resolve to the correct interface ip on the captive portal interface.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index adc7e4a..30c9ed0 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -528,7 +528,7 @@ value="<?=htmlspecialchars($pconfig['radiuskey2']);?>"></td>
<td valign="top" class="vncell">HTTPS server name </td>
<td class="vtable">
<input name="httpsname" type="text" class="formfld unknown" id="httpsname" size="30" value="<?=htmlspecialchars($pconfig['httpsname']);?>"><br>
- This name will be used in the form action for the HTTPS POST and should match the Common Name (CN) in your certificate (otherwise, the client browser will most likely display a security warning). Make sure captive portal clients can resolve this name in DNS. </td>
+ This name will be used in the form action for the HTTPS POST and should match the Common Name (CN) in your certificate (otherwise, the client browser will most likely display a security warning). Make sure captive portal clients can resolve this name in DNS and verify on the client that the IP resolves to the correct interface IP on pfSense.. </td>
</tr>
<tr>
<td valign="top" class="vncell">HTTPS certificate</td>
OpenPOWER on IntegriCloud