Merge branch 'ent-1754-anadir-soporte-HTTPS-en-la-configuracion-de-la-API-pandora_server-conf' into 'develop'

Added no verify ssl in server daemon

See merge request artica/pandorafms!1753
This commit is contained in:
vgilc 2018-09-12 13:31:52 +02:00
commit 5894454387
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ case "$1" in
echo "$PANDORA_RB_PRODUCT_NAME Server is currently running on this machine with PID ($PANDORA_PID)."
rc_exit # running start on a service already running
fi
export PERL_LWP_SSL_VERIFY_HOSTNAME=0
$PANDORA_DAEMON $PANDORA_HOME -D
sleep 1