git clone of libssh issue fix 11/6811/1
authorHariomGupta <hariom.g@hcl.com>
Fri, 1 Oct 2021 12:54:23 +0000 (18:24 +0530)
committerHariomGupta <hariom.g@hcl.com>
Fri, 1 Oct 2021 12:54:23 +0000 (18:24 +0530)
Issue-Id: ODUHIGH-372

Signed-off-by: HariomGupta <hariom.g@hcl.com>
Change-Id: Id443222c049c37b337b39c9577abf97c7e20f19b

build/scripts/install_lib_O1.sh

index 25a75ed..eefeb48 100755 (executable)
@@ -97,7 +97,7 @@ install_netconf_lib() {
 
    #1. libssh
    cd $NETCONF_PATH && \
-      git clone -b v0-7 --depth 1 http://git.libssh.org/projects/libssh.git && \
+      git clone -c http.sslverify=false -b v0-7 --depth 1 https://git.libssh.org/projects/libssh.git && \
       cd libssh; mkdir build; cd build && \
       cmake .. && \
       make && \