Skip to content

Commit 58aff3b

Browse files
committed
Force disable SSL verification
1 parent 101f29d commit 58aff3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

service/start_service.tt

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export R_LIBS="$KB_TOP/lib"
2929
#
3030
export DANCER_CONFDIR="$KB_TOP/services/[% kb_service_name %]"
3131

32+
export PERL_LWP_SSL_VERIFY_HOSTNAME=0
33+
3234
[% IF kb_tempdir -%]
3335
export TMPDIR=[% kb_tempdir %]
3436
export TEMPDIR=[% kb_tempdir %]

0 commit comments

Comments
 (0)