mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-01-22 05:08:42 -05:00
a5771b1f14
TLS Server Name Indication (SNI) extension activation can now be configured with the new Settings_p.html?page=httpClient administration page. SNI extension is also now enabled by default, as in 2019 the unrecognized_name(112) alert is more properly handled by major web servers TLS implementations, following the RFC 6066 standard. Related YaCy issues : #153 #189 and #272 JDK 1.7 bug : https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7127374 Apache httpd issue : https://bz.apache.org/bugzilla/show_bug.cgi?id=56241 RFC 6066 : https://tools.ietf.org/html/rfc6066#section-3
42 lines
1.6 KiB
HTML
42 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>YaCy '#[clientname]#': Advanced Settings</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="Settings">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuConfig.template%#
|
|
<h2>Advanced Settings</h2>
|
|
<p>If you want to restore all settings to the default values,
|
|
but <strong>forgot your administration password</strong>, you must stop the proxy,
|
|
delete the file 'DATA/SETTINGS/yacy.conf' in the YaCy application root folder and start YaCy again.
|
|
</p>
|
|
<table>
|
|
<tr>
|
|
<td valign="top">
|
|
<ul class="settingsMenu">
|
|
<li><a href="?page=ServerAccess">Server Access Settings</a></li>
|
|
<li><a href="?page=referrer">Referrer Policy Settings</a></li>
|
|
<li><a href="?page=crawler">Crawler Settings</a></li>
|
|
<li><a href="?page=seed">Seed Upload Settings</a></li>
|
|
<li><a href="?page=messageForwarding">Message Forwarding (optional)</a></li>
|
|
</ul>
|
|
</td>
|
|
<td valign="top">
|
|
<ul class="settingsMenu">
|
|
<li><a href="?page=ProxyAccess">Transparent Proxy Access Settings</a></li>
|
|
<li><a href="?page=UrlProxyAccess">URL/Web Proxy Access Settings</a></li>
|
|
<li><a href="?page=proxy">Remote Proxy (optional)</a></li>
|
|
<li><a href="?page=debug">Debug/Analysis Settings</a></li>
|
|
<li><a href="?page=httpClient">HTTP client Settings</a></li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
#%[settingsTables]%#
|
|
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|