Skip to content

Fix(TLS): web client TLS config

f1dabfd
Select commit
Loading
Failed to load commit list.
Draft

fix: Fix TLS config #1118

Fix(TLS): web client TLS config
f1dabfd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 19, 2026 in 4s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 98 in platform/view/services/web/client/client.go

See this annotation in the file changed.

Code scanning / CodeQL

Disabled TLS certificate check High

InsecureSkipVerify should not be used in production code.