From b4f6c65531b680725be3c840f786450fe28d6256 Mon Sep 17 00:00:00 2001 From: kexkey Date: Fri, 1 Feb 2019 23:46:07 -0500 Subject: [PATCH] Let's use the cert! --- .../generators/app/templates/installer/testfeatures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/generator-cyphernode/generators/app/templates/installer/testfeatures.sh b/install/generator-cyphernode/generators/app/templates/installer/testfeatures.sh index 9749491..7aa6042 100644 --- a/install/generator-cyphernode/generators/app/templates/installer/testfeatures.sh +++ b/install/generator-cyphernode/generators/app/templates/installer/testfeatures.sh @@ -124,7 +124,7 @@ checksparkwallet() { echo -en "\r\n\e[1;36mTesting Spark Wallet... " > /dev/console local rc - rc=$(curl -s -o /dev/null -k -w "%{http_code}" https://gatekeeper/sparkwallet/) + rc=$(curl -s -o /dev/null -w "%{http_code}" --cacert /gatekeeper/certs/cert.pem https://gatekeeper/sparkwallet/) [ "${rc}" -ne "401" ] && return 400 echo -e "\e[1;36mSpark Wallet rocks!" > /dev/console