-
Notifications
You must be signed in to change notification settings - Fork 3
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
Does this actually work? I’m hopeful that it does #9
Comments
see the discussion at quicklisp/quicklisp-client#167 |
Is it possible to make a check if curl is available in the system? If it is, use curl for https, if it's not, then use the regular http way the way quicklisp does it. At least that way we would have a preferred https over http if it's available. They may also accept a PR since it will not break anything while theydo the signature verification. What do you think? |
Ok, it's not so complicated (uiop:run-program "curlaiwdnjawn -V") Will give an error, we just have to wrap it in a (uiop:run-program "curl -V") This last version works, and it's the same for windows it looks like. So before any request, we can just check... It's really not complicated |
On windows it could be it's not running on windows so I don't know... |
@daninus14 |
Ok, can you at least guide me as to where I have to make the change since it's your code base? |
@daninus14 let's take this discussion to its own issue. -> #17 |
Hello, I’m wondering if this allows me to use Quicklisp to download over https why hasn’t the quicklisp developer implement something similar?
anyways I’m going to start using this. Thanks
The text was updated successfully, but these errors were encountered: