Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove InsecureSkipVerify when downloading images #341

Open
glimchb opened this issue Jun 9, 2024 · 3 comments
Open

remove InsecureSkipVerify when downloading images #341

glimchb opened this issue Jun 9, 2024 · 3 comments

Comments

@glimchb
Copy link
Member

glimchb commented Jun 9, 2024

see

InsecureSkipVerify: true, // TODO: remove skip verify

and --insecure flag from

sztp/scripts/tests.sh

Lines 39 to 41 in a1c2abf

"${CURL[@]}" --insecure --request GET "${CERTIFICATES[@]}" --output /tmp/first-boot-image.tst "https://web:443/first-boot-image.img"
"${CURL[@]}" --insecure --request GET "${CERTIFICATES[@]}" --output /tmp/second-boot-image.tst "https://web:443/second-boot-image.img"
"${CURL[@]}" --insecure --request GET "${CERTIFICATES[@]}" --output /tmp/third-boot-image.tst "https://web:443/third-boot-image.img"

and
"${CURL[@]}" --insecure --request GET "${CERTIFICATES[@]}" --output "/tmp/${BASENAME}" "${URL}"

@Eeshu-Yadav
Copy link

@glimchb i want to contribute in this , can you assign it to me ?

@glimchb
Copy link
Member Author

glimchb commented Aug 2, 2024

@Eeshu-Yadav are you working on this ?

@Eeshu-Yadav
Copy link

@glimchb my end-sem exams is ongoing , actively contributing after 26 july in this project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants