Revision ac8d9e89
Added by Scott Ullrich over 17 years ago
usr/local/www/services_captiveportal.php | ||
---|---|---|
527 | 527 |
<td valign="top" class="vncell">HTTPS server name </td> |
528 | 528 |
<td class="vtable"> |
529 | 529 |
<input name="httpsname" type="text" class="formfld" id="httpsname" size="30" value="<?=htmlspecialchars($pconfig['httpsname']);?>"><br> |
530 |
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> |
|
530 |
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>
|
|
531 | 531 |
</tr> |
532 | 532 |
<tr> |
533 | 533 |
<td valign="top" class="vncell">HTTPS certificate</td> |
Also available in: Unified diff
Clarify that the httpsname should resolve to the correct interface ip on the captive portal interface.