Browse Source

Docs: Warning text changed.

Stefan Simik 5 years ago
parent
commit
bf08e4ef30
1 changed files with 0 additions and 2 deletions
  1. 0 2
      docs/source/getting_started/installation.rst

+ 0 - 2
docs/source/getting_started/installation.rst

@@ -161,7 +161,6 @@ In case you can communicate via HTTP, but installation with ``conda`` fails
 on connectivity problems to HTTPS servers, you can disable using SSL for ``conda``.
 
 .. warning:: Disabling SSL in communication is generally not recommended and involves potential security risk.
-    But for testing purposes, this step can help you to get rid of all HTTPS problems in ``conda`` quickly.
 
 .. code:: bash
 
@@ -196,7 +195,6 @@ Example of typical error message, when ``npm`` cannot connect to own repositorie
     npm set strict-ssl False
 
 .. warning:: Disabling SSL in communication is generally not recommended and involves potential security risk.
-    But for testing purposes, this step can help you to get rid of SSL related problems in ``npm`` quickly.
 
 .. code:: bash