From 4ed8310b93d4401734b5ee8f021f5d645eb8ca62 Mon Sep 17 00:00:00 2001 From: marwiss Date: Sat, 3 Feb 2024 13:07:26 +0100 Subject: [PATCH] Correct protocol to encrypted HTTPS --- src/opencdeserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opencdeserver/README.md b/src/opencdeserver/README.md index 2081e0996a..2623000fbc 100644 --- a/src/opencdeserver/README.md +++ b/src/opencdeserver/README.md @@ -14,7 +14,7 @@ This is server software. To run or test this code you need to set up your server This server was developed and tested using Solibri as a client. To use a client with this server you need to configure a client id and a client key. -You also need to configure encrypted communication and authentication using HTTP and OAuth2. +You also need to configure encrypted communication and authentication using HTTPS and OAuth2. And then you need an SSL-certificate. To get an SSL-certificate you need your own domain name. Solibri can only connect to preconfigured domains.