Skip to content

Commit 07c4821

Browse files
feat: replace progress mesaage
Signed-off-by: mohamedasifs123 <142201466+mohamedasifs123@users.noreply.github.com>
1 parent 8134b20 commit 07c4821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sztp-agent/pkg/secureagent/daemon.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ func (a *Agent) downloadAndValidateImage() error {
225225
Transport: &http.Transport{
226226
TLSClientConfig: &tls.Config{
227227
//nolint:gosec
228+
InsecureSkipVerify: true, // TODO: remove skip verify
228229
RootCAs: caCertPool,
229230
Certificates: []tls.Certificate{cert},
230231
},

0 commit comments

Comments
 (0)