summaryrefslogtreecommitdiff
path: root/startYACY_debug.bat
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2019-04-14 15:41:13 +0200
committerluccioman <luccioman@users.noreply.github.com>2019-04-14 15:41:13 +0200
commita5771b1f147b2a6f541b58ea832c86a85d92ab70 (patch)
tree161bec99294891415dfdfe388740d1e35ac31aa7 /startYACY_debug.bat
parente90405b6f042cdf19d1008cbc8b5b3ece217fc1d (diff)
Made SNI extension user configurable without the need for server restart
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
Diffstat (limited to 'startYACY_debug.bat')
-rw-r--r--startYACY_debug.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/startYACY_debug.bat b/startYACY_debug.bat
index a1ed0b0f4..bbce5915d 100644
--- a/startYACY_debug.bat
+++ b/startYACY_debug.bat
@@ -17,8 +17,7 @@ if exist DATA\SETTINGS\httpProxy.conf GoTo :RENAMEINDEX
if exist DATA\SETTINGS\yacy.conf GoTo :GETSTARTOPTS
:STARTJAVA
-set javacmd=%javacmd% -XX:-UseGCOverheadLimit -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djsse.enableSNIExtension=false
-Rem -Djsse.enableSNIExtension=false fix a ssl problem in Java 1.7, see http://teknosrc.com/javax-net-ssl-sslprotocolexception-handshake-alert-unrecognized_name-solved/
+set javacmd=%javacmd% -XX:-UseGCOverheadLimit -Djava.awt.headless=true -Dfile.encoding=UTF-8
Rem Starting YaCy
Echo Generated classpath:%CLASSPATH%