Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: verify ssl
  • Loading branch information
nimish-ks committed Oct 29, 2024
commit 21fe179a040b91d9d168974a151eb5cf48847839
2 changes: 1 addition & 1 deletion phase/misc/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
)

var (
VerifySSL = false
VerifySSL = true
PhaseDebug = false
)

Expand Down