diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-03-27 14:51:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-27 14:51:02 +0000 |
commit | 6d1b9c074e7a843dbb9453ee90de15eba93a81be (patch) | |
tree | be6b6cda04422073f9c977f7215d020c77ba06fa /docs/sections/services/ves-hv/troubleshooting.rst | |
parent | a3d689e36961a9eda4a6b423aa43e85bce96e6a2 (diff) | |
parent | ea4a60cb697f80beb03ac6ad7744541d7851661a (diff) |
Merge "Add default settings of TLS"
Diffstat (limited to 'docs/sections/services/ves-hv/troubleshooting.rst')
-rw-r--r-- | docs/sections/services/ves-hv/troubleshooting.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/sections/services/ves-hv/troubleshooting.rst b/docs/sections/services/ves-hv/troubleshooting.rst index 6b9ec8b6..d6cf9f1e 100644 --- a/docs/sections/services/ves-hv/troubleshooting.rst +++ b/docs/sections/services/ves-hv/troubleshooting.rst @@ -198,20 +198,21 @@ For more information, see the :ref:`hv_ves_behaviors` section. Authorization related errors ---------------------------- -**WARNING: SSL/TLS authorization is a part of an experimental feature for ONAP Dublin release and should be treated as unstable and subject to change in future releases.** **For more information, see** :ref:`ssl_tls_authorization`. **Key or trust store missing** :: - | org.onap.dcae.collectors.veshv.main | ERROR | Failed to start a server | java.io.FileNotFoundException: /etc/ves-hv/server.p12 + | org.onap.dcae.collectors.veshv.main | ERROR | Failed to start a server | java.nio.file.NoSuchFileException: /etc/ves-hv/server.p12 The above error is logged when key store is not provided. Similarly, when trust store is not provided, **/etc/ves-hv/trust.p12** file missing is logged. They can be changed by specifying ``security.keys.trustStore`` or ``security.keys.keyStore`` file configuration entries. +For testing purposes there is possibility to use plain TCP protocol. In order to do this navigate with your browser to consul-ui service and than pick KEY/VALUE tab. Select dcae-hv-ves-collector and change ``security.sslDisable`` to true. Update of configuration should let start TCP server without SSL/TLS configured. + ==== **Invalid credentials** |