mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added no verify ssl in server daemon
This commit is contained in:
parent
8622fc2738
commit
861e25fe43
@ -100,7 +100,8 @@ case "$1" in
|
|||||||
echo "$PANDORA_RB_PRODUCT_NAME Server is currently running on this machine with PID ($PANDORA_PID)."
|
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
|
rc_exit # running start on a service already running
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export PERL_LWP_SSL_VERIFY_HOSTNAME=0
|
||||||
$PANDORA_DAEMON $PANDORA_HOME -D
|
$PANDORA_DAEMON $PANDORA_HOME -D
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user