summaryrefslogtreecommitdiffstats
path: root/docs/platform/runningEclipse.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/platform/runningEclipse.rst')
-rw-r--r--docs/platform/runningEclipse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/runningEclipse.rst b/docs/platform/runningEclipse.rst
index b2bcd88fa..136efe736 100644
--- a/docs/platform/runningEclipse.rst
+++ b/docs/platform/runningEclipse.rst
@@ -36,7 +36,7 @@ To interact with the PDP-D, the Telemetry API can be used. A simple GET on the e
.. code-block:: bash
- curl --silent --user @1b3rt:31nst31n -X GET http://localhost:9696/policy/pdp/engine/ | python -m json.tool
+ curl -k --silent --user @1b3rt:31nst31n -X GET https://localhost:9696/policy/pdp/engine/ | python -m json.tool
.. image:: RunEcl_telemetry.png