-
Notifications
You must be signed in to change notification settings - Fork 6.7k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[vamp-sdk] build failure because of invalid certificate #18726
Comments
By the way I've contacted the site admin to inform him about the certificate situation. |
@abique, thanks for reporting this issue! It looks also a known issue in CI testing, see #13639 (comment). |
I did solve it by adding "insecure" to my .curlrc config file. |
TLS provides privacy in addition to integrity and it's MS policy to use it in our products; I recommend installing current root certificates on your system rather than disabling TLS entirely. Although our SHA checks are indeed a mitigation for the integrity / tamper problem. |
https://www.ssllabs.com/ssltest/analyze.html?d=code.soundsoftware.ac.uk Gotta love a server that supports old insecure TLS presumably for backcompat FUD but needs recent root certs to work... |
What about shipping certificates within vcpkg? |
Hmmm... I'm not sure how I feel about that. Installing trusted root certs is certainly not OK since it would be a machine wide modification. Perhaps someone who understands the context for this port can contact upstream and get them to fix their server? |
No you don't have to install it machine wide. |
As a workaround, you can always predownload the file yourself into the downloads folder ahead of time using curl's insecure mode. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi,
vamp-sdk do not install because of invalid certificate.
I think the certificate check is not so important as we already have a hash to validate the downloaded file.
What do you think?
Regards,
Alex
To Reproduce
Steps to reproduce the behavior:
./vcpkg install vamp-sdk
Failure logs
The text was updated successfully, but these errors were encountered: