From f52ea0264fd02db8e234776ee6631f05f1d75bfd Mon Sep 17 00:00:00 2001 From: Daniel Thiex Date: Tue, 3 Oct 2023 12:56:12 +0200 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97499533..f366d992 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,13 @@ Then the REST API server can be run: $ python app.py ``` -To locally run the REST API server on HTTPS, so you can use it in the [openEO editor](https://editor.openeo.org/), start it with: +To locally run the REST API server on HTTPS, start it with: ``` $ python app.py https ``` +To use it in the [openEO editor](https://editor.openeo.org/), you must first access the endpoint directly via a Browser and "Accept the Risk and Continue" (there is no valid security certificate behind this secure connection). + ### Troubleshooting If validator complains about process graphs that are clearly correct (and which are valid on production deployment), there are two things than can be done: