diff options
| author | reger <reger18@arcor.de> | 2013-12-25 05:20:13 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2013-12-25 05:20:13 +0100 |
| commit | 71cac1a2789a8f08ecee146e8cf2b041712ed360 (patch) | |
| tree | 67df3a5a51eac5dcbb0f0c842e0c45e53749ab0a /htroot/ConfigBasic.html | |
| parent | f681ce15aeecaf99242d7c264e4c45ea8a3296db (diff) | |
added SSL/HTTPS connector to support SSL/https connection on port 8443
!!! attention !!! to make sure YaCy can start, https will be disabled if port 8443 is used
- added ping test for above to migration
- as of now port for https is hardcoded to default 8443
- if not urgend required I'd leave it this way (it's standard) to use different ports for http and https
- post https port on ConfigBasic.html (if active)
Diffstat (limited to 'htroot/ConfigBasic.html')
| -rw-r--r-- | htroot/ConfigBasic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index dacc4fd97..e58dbfe6e 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -93,7 +93,7 @@ <dt><label for="port">Peer Port: </label></dt> <dd> <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" /> - <input type="checkbox" name="withssl" id="withssl" #(withsslenabled)#::checked="checked"#(/withsslenabled)#>with SSL (https enabled) + <input type="checkbox" name="withssl" id="withssl" #(withsslenabled)#::checked="checked"#(/withsslenabled)#>with SSL (https enabled#(withsslenabled)#:: on port #[sslport]# #(/withsslenabled)#) </dd> #(upnp)#::<dt> <label for="enableUpnp">Configure your router for YaCy: </label> |
