summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/dfc/troubleshooting.rst
diff options
context:
space:
mode:
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-01-29 23:47:51 +0100
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-02-11 12:44:34 +0100
commit40d7f92673108ce09dce9c796a8633686e12828e (patch)
tree42c2575e9e22a33153a4c0e9e38cb9f5cfe22035 /docs/sections/services/dfc/troubleshooting.rst
parent6132c206cc4a64df2248647326d569393605cf90 (diff)
Add HTTPS as new protocol to collect files from xNFs
- documentation Issue-ID: DCAEGEN2-2528 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I0fe0117a1b36207e9332ab8d99911a6f962036a7
Diffstat (limited to 'docs/sections/services/dfc/troubleshooting.rst')
-rw-r--r--docs/sections/services/dfc/troubleshooting.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sections/services/dfc/troubleshooting.rst b/docs/sections/services/dfc/troubleshooting.rst
index 96816228..bdc0cd80 100644
--- a/docs/sections/services/dfc/troubleshooting.rst
+++ b/docs/sections/services/dfc/troubleshooting.rst
@@ -167,3 +167,9 @@ When StrictHostKeyChecking is enabled and DFC cannot find a known_hosts file, th
|WARN |StrictHostKeyChecking is enabled but environment variable KNOWN_HOSTS_FILE_PATH is not set or points to not existing file [/home/datafile/.ssh/known_hosts] --> falling back to StrictHostKeyChecking='no'.
To resolve this warning, provide a known_hosts file or disable StrictHostKeyChecking, see DFC config page - :ref:`strict_host_checking_config`.
+
+Inability to download file from xNF due to certificate problem
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+When collecting files using HTTPS and DFC contains certs from CMPv2 server, an exception like "unable to find valid certification path to requested target" may occur.
+Except obvious certificates problems make sure, that xNF which are connecting to the DFC are supplied with certificates coming from the same ONAP unit where DFC was installed. \ No newline at end of file