Skip to content
Success

Changes

Summary

  1. trace-server: Add SSL support to the trace server (details)
Commit 3c7ae5b0b09e1a2bfed8ebdc97b9ae8b77925ec5 by Genevieve Bastien
trace-server: Add SSL support to the trace server

It's now possible to run the trace server using https, using vm
arguments to specify the port and path to the keystore.

Documentation for SSL configuration of jetty can be found here:
https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html

[Added] Trace Server now supports https

Change-Id: I09f48e3a4916ec3fd642a78c3b1922a7ce0b7cec
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/168623
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/META-INF/MANIFEST.MF (diff)
The file was modified README.md (diff)
The file was addedtrace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/TraceServerConfiguration.java
The file was addedtrace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/utils/TraceServerConfigurationTest.java
The file was addedtrace-server/README.md
The file was modified trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/utils/RestServerTest.java (diff)
The file was removedtrace-server/README
The file was modified trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/WebApplication.java (diff)