ekianjo
Hardcore Member
I am wondering if anyone has a quick fix for that. When using CURL in terminal with an https address it refuses the connection because CA certificates are apparently missing. Any way to install the said certificates ?
Make sure the OS is updated as this package was recently added to the repository.Any way to install the said certificates ?
sudo opkg install ca-certificates
Does not work on the 1.6 firmware, is there any other workaround ? Curl can call its own ca certificates with -cacert, but I could not figure if it is expecting any kind of specific format?Make sure the OS is updated as this package was recently added to the repository.Any way to install the said certificates ?
Then:
sudo opkg install ca-certificates
Installing the ca certs didn't work? or CURL with the ca certs package didn't work? Because I can install it at least.Does not work on the 1.6 firmware, is there any other workaround ?
As I said the install ca-certificates does not work on 1.60 firmware.Does not work on the 1.6 firmware, is there any other workaround ?
Installing the ca certs didn't work? or CURL with the ca certs package didn't work? Because I can install it at least.
Why are sticking with 1.60 instead of upgrading to 1.61?As I said the install ca-certificates does not work on 1.60 firmware.
That's not the point of my question. I had no incentive to move to 1.61 when it was out anyway.Why are sticking with 1.60 instead of upgrading to 1.61?As I said the install ca-certificates does not work on 1.60 firmware.
Well now you do: certificates work with 1.61 but not 1.60. Unless you have a specific reason to avoid upgrading I don't know why you're avoiding it.That's not the point of my question. I had no incentive to move to 1.61 when it was out anyway.
sudo opkg updateDoes not work on the 1.6 firmware, is there any other workaround ?