need https support in some web client (curl)
Bug #918702 reported by
Scott Moser
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CirrOS |
Fix Released
|
High
|
Unassigned |
Bug Description
right now there is simply no way to do an https get on cirros.
some relevant buildroot ocnfig that might affect this is:
# BR2_PACKAGE_
# BR2_PACKAGE_GNUTLS is not set
# BR2_PACKAGE_
# BR2_PACKAGE_
# BR2_PACKAGE_LIBNSS is not set
# BR2_PACKAGE_OPENSSL is not set
if https support is added, the ssh-import-id will need to be changed to not use the cirros.brickies.net redirecter.
Related branches
lp:~smoser/cirros/dev
(Merged)
Changed in cirros: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in cirros: | |
status: | Triaged → Fix Committed |
summary: |
- need https support in some web client curl) + need https support in some web client (curl) |
To post a comment you must log in.
So, for future reference, what I did was: ssl/certs/ ca-certificates .crt
* build libcurl and openssl as buildroot packages
* add bin/mkcabundle, and its output to src/etc/
* rewrite ssh-import-id to use curl rather than wget
At that point 'curl https:/ /www.google. com' works as expected.