From: Mathieu Baudier Date: Fri, 24 Feb 2017 16:10:34 +0000 (+0100) Subject: Remove SSL config X-Git-Tag: argeo-commons-2.1.62~6 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=342387c2d5b0d67cd126affab527f23589dd1ec0 Remove SSL config --- diff --git a/demo/argeo_node_rap.properties b/demo/argeo_node_rap.properties index 832c536b0..572292ea2 100644 --- a/demo/argeo_node_rap.properties +++ b/demo/argeo_node_rap.properties @@ -41,13 +41,7 @@ org.osgi.service.http.port=7070 #org.eclipse.equinox.http.jetty.log.stderr.threshold=info # HTTPS -org.osgi.service.http.port.secure=7073 -#org.eclipse.equinox.http.jetty.https.enabled=true -#org.eclipse.equinox.http.jetty.ssl.keystore=../../ssl/server.jks -#org.eclipse.equinox.http.jetty.ssl.keystore=data/node.p12 -#org.eclipse.equinox.http.jetty.ssl.keystoretype=PKCS12 -#org.eclipse.equinox.http.jetty.ssl.password=changeit -#org.eclipse.equinox.http.jetty.ssl.wantclientauth=true +#org.osgi.service.http.port.secure=7073 # In order to configure demo certificates, run: # cd ssl; sh ./ssl.sh;