Skip to content

Commit 21fe179

Browse files
committed
fix: verify ssl
1 parent 248f9c4 commit 21fe179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phase/misc/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
)
1212

1313
var (
14-
VerifySSL = false
14+
VerifySSL = true
1515
PhaseDebug = false
1616
)
1717

0 commit comments

Comments
 (0)