Skip to content

Commit 73e02b6

Browse files
committed
Add ENV to disable TSL peer verification
1 parent a3a41bb commit 73e02b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

files/startService.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cd `dirname $0`
55
# export the libraries required for the service start
66
export LD_LIBRARY_PATH="$(pwd)/lib"
77
export MARIADB_PLUGIN_DIR="$(pwd)/lib"
8+
export MARIADB_TLS_DISABLE_PEER_VERIFICATION=1
89

910
ConfigureFlag="wsc_start_configured"
1011
if [ ! -e "$(pwd)/${ConfigureFlag}" ]; then

0 commit comments

Comments
 (0)